OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmps Namespace Reference

Enumerations

enum  PeerState { UNKNOWN = 1, READY = 2, NOT_READY = 3, TIMEDOUT = 4 }
 
enum  PeerId { CONFIG = 1, BGP = 2, DNS = 3, OTHER = 4 }
 

Functions

string PeerIdToName (PeerId id)
 

Enumeration Type Documentation

Enumerator
CONFIG 
BGP 
DNS 
OTHER 

Definition at line 22 of file xmpp_channel.h.

Enumerator
UNKNOWN 
READY 
NOT_READY 
TIMEDOUT 

Definition at line 15 of file xmpp_channel.h.

Function Documentation

std::string xmps::PeerIdToName ( PeerId  id)

Definition at line 11 of file xmpp_channel.cc.