
Data Fields | |
| int | category |
| char | eventdata [1] |
| struct eventqent * | next |
| int | usecount |
Definition at line 95 of file manager.c.
| int category |
Definition at line 97 of file manager.c.
Referenced by action_waitevent(), append_event(), handle_showmaneventq(), and process_events().
| char eventdata[1] |
Definition at line 99 of file manager.c.
Referenced by action_waitevent(), append_event(), handle_showmaneventq(), and process_events().
Definition at line 98 of file manager.c.
Referenced by accept_thread(), action_waitevent(), append_event(), do_message(), free_session(), generic_http_callback(), handle_showmaneventq(), process_events(), and unuse_eventqent().
| int usecount |
Definition at line 96 of file manager.c.
Referenced by accept_thread(), append_event(), handle_showmaneventq(), and unuse_eventqent().
1.5.5