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

Class obj_collector

Server/src/MsgBusInterface.hpp:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * Router table schema
45 */
46 struct obj_collector {
47 u_char hash_id[16]; ///< Hash ID for collector (is the unique ID)
48 char admin_id[64]; ///< Admin ID for collector
49 u_char descr[255]; ///< Description of collector
50
51 char routers[4096]; ///< List of connected routers hash ID's delimited by PIPE
52 uint32_t router_count; ///< Count of active/connected routers
53 uint32_t timestamp_secs; ///< Timestamp in seconds since EPOC
54 uint32_t timestamp_us; ///< Timestamp microseconds
55 };
56
57 /// Collector action codes
58 enum collector_action_code {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected