OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
control_node.h File Reference
#include <malloc.h>
#include <string>
#include "base/sandesh/process_info_types.h"
#include "io/event_manager.h"
#include "sandesh/sandesh_trace.h"
Include dependency graph for control_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ControlNode
 

Macros

#define CONTROL_NODE_EXIT(message)
 

Functions

void ControlNodeShutdown ()
 

Macro Definition Documentation

#define CONTROL_NODE_EXIT (   message)
Value:
do { \
LOG(ERROR, "Control-Node Terminated: " message); \
} while (false)
static void Exit(bool do_assert)
#define LOG(_Level, _Msg)
Definition: logging.h:33

Definition at line 20 of file control_node.h.

Function Documentation

void ControlNodeShutdown ( )

Definition at line 178 of file controller/src/control-node/main.cc.

Here is the call graph for this function: