Go to the documentation of this file. 1 #ifndef PROTON_CONNECTION_H
2 #define PROTON_CONNECTION_H 1
28 #include <sys/types.h>
47 #define PN_LOCAL_UNINIT (1)
51 #define PN_LOCAL_ACTIVE (2)
55 #define PN_LOCAL_CLOSED (4)
59 #define PN_REMOTE_UNINIT (8)
63 #define PN_REMOTE_ACTIVE (16)
67 #define PN_REMOTE_CLOSED (32)
73 #define PN_LOCAL_MASK (PN_LOCAL_UNINIT | PN_LOCAL_ACTIVE | PN_LOCAL_CLOSED)
79 #define PN_REMOTE_MASK (PN_REMOTE_UNINIT | PN_REMOTE_ACTIVE | PN_REMOTE_CLOSED)