FossilOrigin-Name: 4bbb8402b5110003c6d19908b6fa9b4a7a6b5903ba1fa691eb93a49aa0f089f4
This commit is contained in:
7u83@mail.ru
2015-04-07 05:42:36 +00:00
parent a4175d4cce
commit 4c0d06e21d
55 changed files with 1312 additions and 1226 deletions

View File

@ -38,6 +38,7 @@
#include "action.h"
#include "itemstore.h"
#include "intavltree.h"
/**
* Connection Object
@ -53,6 +54,9 @@ struct conn {
A WTP holds here data about it's AC */
cw_itemstore_t remote;
/** Counter for mandatory message elements */
struct avltree *mand;
struct cw_actiondef *actions;
@ -227,5 +231,9 @@ struct cwrmsg *conn_wait_for_request(struct conn *conn, int *msglist, time_t tim
void conn_init(struct conn *conn);
extern int cw_read_messages(struct conn *conn);
#endif /* __CONLIST_H */