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

Class ClientThreadInfo

Server/src/client_thread.h:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30struct ClientThreadInfo {
31 msgBus_kafka *mbus;
32 BMPListener::ClientInfo *client;
33 Logger *log;
34
35 std::thread *bmp_reader_thread;
36 int bmp_write_end_sock;
37
38 bool closing; // Indicates if client is closing normally (set when socket is disconnected)
39
40};
41
42/**
43 * Client thread function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected