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

Method NotificationMsg

Server/src/bgp/NotificationMsg.cpp:23–26  ·  view source on GitHub ↗

* Constructor for class * * \details Handles bgp notification messages * * \param [in] logPtr Pointer to existing Logger for app logging * \param [in] enable_debug Debug true to enable, false to disable */

Source from the content-addressed store, hash-verified

21 * \param [in] enable_debug Debug true to enable, false to disable
22 */
23NotificationMsg::NotificationMsg(Logger *logPtr, bool enable_debug) {
24 logger = logPtr;
25 debug = enable_debug;
26}
27
28NotificationMsg::~NotificationMsg() {
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected