EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
middleware_handlers Struct Reference

Generic middleware context and functions. More...

#include <middlewares_list.h>

Collaboration diagram for middleware_handlers:
[legend]

Data Fields

const struct capture_middleware f
 The implementation of the middleware functions. More...
 
struct middleware_contextcontext
 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...
 

Detailed Description

Generic middleware context and functions.

Field Documentation

◆ context

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.

◆ f

const struct capture_middleware middleware_handlers::f

The implementation of the middleware functions.


The documentation for this struct was generated from the following file: