OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
controller_sandesh.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_controller_sandesh_h_
6 #define vnsw_controller_sandesh_h_
7 
8 #include <sandesh/sandesh_types.h>
9 #include <sandesh/sandesh.h>
10 
12 // To handle Sandesh for Connection to Controller
15 public:
16  static const uint8_t entries_per_sandesh = 20;
18  virtual ~ControllerSandesh() {}
19 
20 private:
21  void SandeshDone();
24 };
25 
26 #endif // vnsw_controller_sandesh_h_
SandeshResponse * resp_
static const uint8_t entries_per_sandesh
DISALLOW_COPY_AND_ASSIGN(ControllerSandesh)
virtual ~ControllerSandesh()