xs_stored_msg
struct xs_stored_msg *msg;
SIMPLEQ_ENTRY(xs_stored_msg) msg_next;
SIMPLEQ_HEAD(, xs_stored_msg) gclist;
struct xs_stored_msg *msg, *next_msg;
SIMPLEQ_REMOVE(&watch_events, msg, xs_stored_msg, msg_next);
SIMPLEQ_REMOVE(&gclist, msg, xs_stored_msg, msg_next);
SIMPLEQ_HEAD(, xs_stored_msg) events_to_proces;
struct xs_stored_msg *msg;
struct xs_stored_msg *msg, *s_msg;
SIMPLEQ_HEAD(, xs_stored_msg) reply_list;
static SIMPLEQ_HEAD(, xs_stored_msg) watch_events;