EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Variables
cleaner_middleware.h File Reference

File containing the definition of the middleware cleaner utilities. More...

#include "../../middleware.h"
Include dependency graph for cleaner_middleware.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

struct capture_middleware cleaner_middleware
 Cleaner Middleware. The cleaner middleware is designed to periodically remove the oldest PCAP files when the use more than CLEANER_STORE_SIZE KiB. More...
 

Detailed Description

File containing the definition of the middleware cleaner utilities.

Author
Alexandru Mereacre
Date
2021

Variable Documentation

◆ cleaner_middleware

struct capture_middleware cleaner_middleware
extern

Cleaner Middleware. The cleaner middleware is designed to periodically remove the oldest PCAP files when the use more than CLEANER_STORE_SIZE KiB.

Authors
Alexandru Mereacre, Alois Klink