My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
regex_routing_msu.c File Reference
#include "msu_message.h"
#include "local_msu.h"
#include "msu_calls.h"
#include "webserver/regex_routing_msu.h"
#include "webserver/regex_msu.h"

Go to the source code of this file.

Functions

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

Variables

struct msu_type WEBSERVER_REGEX_ROUTING_MSU_TYPE
 

Function Documentation

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

Definition at line 27 of file regex_routing_msu.c.

Variable Documentation

struct msu_type WEBSERVER_REGEX_ROUTING_MSU_TYPE
Initial value:
= {
.name = "Regex_Routing_MSU",
.receive = routing_receive
}
static int routing_receive(struct local_msu *self, struct msu_msg *msg)
#define WEBSERVER_REGEX_ROUTING_MSU_TYPE_ID
Definition: msu_ids.h:30

Definition at line 31 of file regex_routing_msu.c.