OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flow_mgmt.h File Reference
#include <boost/scoped_ptr.hpp>
#include "pkt/flow_table.h"
#include <pkt/flow_mgmt/flow_mgmt_dbclient.h>
#include <pkt/flow_mgmt/flow_mgmt_tree.h>
#include "pkt/flow_event.h"
Include dependency graph for flow_mgmt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlowMgmtManager
 
struct  FlowMgmtManager::FlowEntryRefCmp
 

Macros

#define FLOW_TRACE(obj,...)
 

Macro Definition Documentation

#define FLOW_TRACE (   obj,
  ... 
)
Value:
do {\
Flow##obj::TraceMsg(FlowTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__);\
} while (false)
SandeshTraceBufferPtr FlowTraceBuf

Definition at line 377 of file flow_mgmt.h.