OpenSDN source code
|
#include <boost/functional/forward_adapter.hpp>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <cfg/cfg_init.h>
#include <oper/instance_manager.h>
#include <oper/operdb_init.h>
#include <controller/controller_init.h>
#include <vrouter/ksync/ksync_init.h>
#include <uve/agent_uve.h>
#include <uve/agent_uve_stats.h>
#include <vrouter/stats_collector/agent_stats_collector.h>
#include <vrouter/flow_stats/flow_stats_collector.h>
#include <vrouter/flow_stats/session_stats_collector.h>
#include <port_ipc/rest_server.h>
#include <port_ipc/port_ipc_handler.h>
#include "contrail_agent_init.h"
#include <cmn/agent_factory.h>
Go to the source code of this file.
Macros | |
#define | BOOST_FUNCTIONAL_FORWARD_ADAPTER_MAX_ARITY 8 |
#define | AGENT_KSYNC_TCP false |
#define AGENT_KSYNC_TCP false |
#define BOOST_FUNCTIONAL_FORWARD_ADAPTER_MAX_ARITY 8 |
Definition at line 6 of file contrail_agent_init.cc.