VM
FossilOrigin-Name: 4bbb8402b5110003c6d19908b6fa9b4a7a6b5903ba1fa691eb93a49aa0f089f4
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user