OpenSDN source code
|
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include <tbb/atomic.h>
#include <map>
#include <string>
#include "base/queue_task.h"
#include "ifmap/ifmap_client.h"
#include "ifmap/ifmap_server.h"
#include "xmpp/xmpp_channel.h"
Go to the source code of this file.
Classes | |
struct | ChannelEventInfo |
class | IFMapXmppChannel |
class | IFMapChannelManager |
struct | IFMapChannelManager::ConfigTaskQueueEntry |
Enumerations | |
enum | XCEvent { XCE_NOT_READY = 1, XCE_VR_SUBSCRIBE = 2, XCE_VM_SUBSCRIBE = 3, XCE_VM_UNSUBSCRIBE = 4 } |
enum XCEvent |
Enumerator | |
---|---|
XCE_NOT_READY | |
XCE_VR_SUBSCRIBE | |
XCE_VM_SUBSCRIBE | |
XCE_VM_UNSUBSCRIBE |
Definition at line 26 of file ifmap_xmpp.h.