merge in some boost changes

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@511 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2008-08-18 20:45:05 +00:00
parent 65b7c28ba0
commit 9e4558ab13
4 changed files with 136 additions and 102 deletions

View File

@@ -82,6 +82,12 @@ typedef struct ss7bc_ip_cfg
int remote_port;
}ss7bc_ip_cfg_t;
typedef enum {
MSU_FLAG_EVENT = (1 << 0),
MSU_FLAG_DOWN = (1 << 1)
} ss7bc_flag_t;
struct ss7bc_connection {
zap_socket_t socket;
struct sockaddr_in local_addr;
@@ -98,13 +104,8 @@ struct ss7bc_connection {
unsigned int rxseq_reset;
ss7bc_ip_cfg_t cfg;
uint32_t hb_elapsed;
int up;
};
typedef enum {
MSU_FLAG_EVENT = (1 << 0)
} ss7bc_flag_t;
typedef struct ss7bc_connection ss7bc_connection_t;
/* disable nagle's algorythm */