OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
xmpp_sandesh.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef XMPP_SANDESH_H_
6
#define XMPP_SANDESH_H_
7
8
#include <sandesh/sandesh.h>
9
10
class
XmppServer
;
11
12
struct
XmppSandeshContext
:
public
SandeshContext
{
13
XmppSandeshContext
() :
xmpp_server
(NULL),
test_mode
(false) {
14
}
15
16
XmppServer
*
xmpp_server
;
17
bool
test_mode
;
18
};
19
20
#endif
/* XMPP_SANDESH_H_ */
SandeshContext
Definition:
p/sandesh.h:106
XmppSandeshContext
Definition:
xmpp_sandesh.h:12
XmppSandeshContext::test_mode
bool test_mode
Definition:
xmpp_sandesh.h:17
XmppServer
Definition:
xmpp_server.h:32
XmppSandeshContext::xmpp_server
XmppServer * xmpp_server
Definition:
xmpp_sandesh.h:16
XmppSandeshContext::XmppSandeshContext
XmppSandeshContext()
Definition:
xmpp_sandesh.h:13
contrail
controller
src
xmpp
xmpp_sandesh.h
Generated by
1.8.5