EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
Generic middleware context and functions. More...
#include <middlewares_list.h>
Data Fields | |
const struct capture_middleware | f |
The implementation of the middleware functions. More... | |
struct middleware_context * | context |
The storage of the middleware. This should be created by capture_middleware::init() and freed with capture_middleware::free() when the context is no longer required. More... | |
Generic middleware context and functions.
struct middleware_context* middleware_handlers::context |
The storage of the middleware. This should be created by capture_middleware::init() and freed with capture_middleware::free() when the context is no longer required.
const struct capture_middleware middleware_handlers::f |
The implementation of the middleware functions.