OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mock_generator.cc File Reference
#include <sys/types.h>
#include <unistd.h>
#include <boost/asio/ip/address.hpp>
#include <boost/asio/ip/host_name.hpp>
#include <boost/program_options.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/uuid/random_generator.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <io/event_manager.h>
#include <base/address.h>
#include <base/task.h>
#include <base/logging.h>
#include <base/timer.h>
#include <sandesh/common/vns_constants.h>
#include <sandesh/common/vns_types.h>
#include <sandesh/common/flow_types.h>
#include <ksync/ksync_types.h>
Include dependency graph for mock_generator.cc:

Go to the source code of this file.

Classes

class  MockGenerator
 
class  MockGenerator::SendMessageTask
 
class  MockGenerator::SendSessionTask
 

Typedefs

typedef std::map
< SessionIpPortProtocol,
SessionAggInfo > 
SessionAggMap
 

Typedef Documentation

typedef std::map<SessionIpPortProtocol, SessionAggInfo> SessionAggMap

Definition at line 27 of file mock_generator.cc.