Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Public Attributes | |
struct mg_connection * | active_connections |
const char * | hexdump_file |
sock_t | ctl [2] |
void * | user_data |
void * | mgr_data |
Definition at line 1231 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1231 of file mongoose.h
struct mg_connection* mg_mgr::active_connections |
Definition at line 1232 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1232 of file mongoose.h
Referenced by mg_add_conn(), mg_mgr_free(), mg_mgr_poll(), mg_next(), and mg_remove_conn().
sock_t mg_mgr::ctl[2] |
Definition at line 1235 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1235 of file mongoose.h
Referenced by mg_broadcast(), mg_ev_mgr_init(), mg_mgr_free(), mg_mgr_handle_ctl_sock(), mg_mgr_init(), and mg_mgr_poll().
const char* mg_mgr::hexdump_file |
Definition at line 1233 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1233 of file mongoose.h
void* mg_mgr::mgr_data |
Definition at line 1238 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1238 of file mongoose.h
void* mg_mgr::user_data |
Definition at line 1237 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1237 of file mongoose.h
Referenced by mg_mgr_init().