My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
write_msu.c File Reference
#include "webserver/write_msu.h"
#include "socket_msu.h"
#include "webserver/connection-handler.h"
#include "msu_state.h"
#include "logging.h"
#include "routing_strategies.h"
#include "profiler.h"
#include "local_msu.h"

Go to the source code of this file.

Functions

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

Variables

struct msu_type WEBSERVER_WRITE_MSU_TYPE
 

Function Documentation

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

Definition at line 29 of file write_msu.c.

Variable Documentation

struct msu_type WEBSERVER_WRITE_MSU_TYPE
Initial value:
= {
.name = "Webserver_write_MSU",
.receive = write_http_response,
}
#define WEBSERVER_WRITE_MSU_TYPE_ID
Definition: msu_ids.h:28
int route_to_origin_runtime(struct msu_type *type, struct local_msu *sender, struct msu_msg *msg, struct msu_endpoint *output)
Routes an MSU message to the runtime on which the message originated.
static int write_http_response(struct local_msu *self, struct msu_msg *msg)
Definition: write_msu.c:29

Definition at line 69 of file write_msu.c.