My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
regex_msu.c File Reference
#include "local_msu.h"
#include "msu_type.h"
#include "msu_message.h"
#include "msu_calls.h"
#include "logging.h"
#include "routing_strategies.h"
#include "webserver/write_msu.h"
#include "webserver/regex_msu.h"
#include "webserver/connection-handler.h"
#include "webserver/httpops.h"

Go to the source code of this file.

Functions

static int craft_ws_regex_response (struct local_msu *self, struct msu_msg *msg)
 

Variables

struct msu_type WEBSERVER_REGEX_MSU_TYPE
 

Function Documentation

static int craft_ws_regex_response ( struct local_msu self,
struct msu_msg msg 
)
static

Definition at line 32 of file regex_msu.c.

Variable Documentation

struct msu_type WEBSERVER_REGEX_MSU_TYPE
Initial value:
= {
.name = "Webserver_regex_msu",
}
static int craft_ws_regex_response(struct local_msu *self, struct msu_msg *msg)
Definition: regex_msu.c:32
int shortest_queue_route(struct msu_type *type, struct local_msu *sender, struct msu_msg *msg, struct msu_endpoint *output)
Chooses the local MSU with the shortest queue.
#define WEBSERVER_REGEX_MSU_TYPE_ID
Definition: msu_ids.h:27

Definition at line 48 of file regex_msu.c.