ET System
16.4
|
Struct for passing data from system to network threads. More...
#include <et_private.h>
Data Fields | |
int | cast |
broad or multicast More... | |
et_id * | id |
system id More... | |
et_sys_config * | config |
system configuration More... | |
char * | listenaddr |
broadcast or multicast address (dot-decimal) More... | |
char | uname [ET_MAXHOSTNAMELEN] |
host obtained with "uname" cmd More... | |
Struct for passing data from system to network threads.
int et_netthread_t::cast |
broad or multicast
et_sys_config* et_netthread_t::config |
system configuration
Referenced by et_system_start().
et_id* et_netthread_t::id |
system id
Referenced by et_system_start().
char* et_netthread_t::listenaddr |
broadcast or multicast address (dot-decimal)
char et_netthread_t::uname[ET_MAXHOSTNAMELEN] |
host obtained with "uname" cmd