ET System  16.4
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
et_netthread_t Struct Reference

Struct for passing data from system to network threads. More...

#include <et_private.h>

Data Fields

int cast
 broad or multicast More...
 
et_idid
 system id More...
 
et_sys_configconfig
 system configuration More...
 
char * listenaddr
 broadcast or multicast address (dot-decimal) More...
 
char uname [ET_MAXHOSTNAMELEN]
 host obtained with "uname" cmd More...
 

Detailed Description

Struct for passing data from system to network threads.

Field Documentation

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


The documentation for this struct was generated from the following file: