MCPcopy Create free account
hub / github.com/SNAS/openbmp / ThreadMgmt

Class ThreadMgmt

Server/src/client_thread.h:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#define CLIENT_WRITE_BUFFER_BLOCK_SIZE 8192 // Number of bytes to write to BMP reader from buffer
20
21struct ThreadMgmt {
22 pthread_t thr;
23 BMPListener::ClientInfo client;
24 Config *cfg;
25 Logger *log;
26 bool running; // true if running, zero if not running
27 bool baselineTimeout; // true if past the baseline time of the router
28};
29
30struct ClientThreadInfo {
31 msgBus_kafka *mbus;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected