OpenSDN source code
|
#include <boost/uuid/uuid_io.hpp>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <base/logging.h>
#include <oper/operdb_init.h>
#include <oper/route_common.h>
#include <oper/interface_common.h>
#include <oper/nexthop.h>
#include <oper/tunnel_nh.h>
#include <oper/vrf.h>
#include <oper/agent_sandesh.h>
#include <oper/multicast.h>
#include <oper/mirror_table.h>
#include <oper/mpls.h>
#include <oper/bridge_domain.h>
#include <oper/inet4_multicast_route.h>
#include <oper/physical_device.h>
#include <oper/agent_route_walker.h>
#include <oper/tsn_elector.h>
#include <xmpp/xmpp_channel.h>
#include <controller/controller_init.h>
#include <controller/controller_peer.h>
#include <controller/controller_route_path.h>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh_constants.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_trace.h>
Go to the source code of this file.
Macros | |
#define | INVALID_PEER_IDENTIFIER ControllerPeerPath::kInvalidPeerIdentifier |
Functions | |
SandeshTraceBufferPtr | MulticastTraceBuf (SandeshTraceBufferCreate("Multicast", 1000)) |
#define INVALID_PEER_IDENTIFIER ControllerPeerPath::kInvalidPeerIdentifier |
Definition at line 38 of file multicast.cc.
SandeshTraceBufferPtr MulticastTraceBuf | ( | SandeshTraceBufferCreate("Multicast", 1000) | ) |