#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/httpops.h"#include "webserver/write_msu.h"#include "webserver/fileio_msu.h"#include "webserver/cache_msu.h"#include "webserver/connection-handler.h"Go to the source code of this file.
Functions | |
| static int | ws_fileio_load (struct local_msu *self, struct msu_msg *msg) |
Variables | |
| struct msu_type | WEBSERVER_FILEIO_MSU_TYPE |
Definition at line 34 of file fileio_msu.c.
| struct msu_type WEBSERVER_FILEIO_MSU_TYPE |
Definition at line 76 of file fileio_msu.c.
1.8.6