|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
Unix socket server data structure. More...
Data Fields | |
| struct fwsocket * | sock |
| Socket reference. More... | |
| char | sockpath [UNIX_PATH_MAX+1] |
| Socket path. More... | |
| int | mask |
| Socket umask. More... | |
| int | protocol |
| Socket protocol. More... | |
| socketrecv | read |
| Thread to begin on client connect. More... | |
| void * | data |
| Data reference passed to callback. More... | |
Unix socket server data structure.
Definition at line 46 of file unixsock.c.
| void* unixserv_sockthread::data |
Data reference passed to callback.
Definition at line 59 of file unixsock.c.
Referenced by unixsocket_server().
| int unixserv_sockthread::mask |
| int unixserv_sockthread::protocol |
| socketrecv unixserv_sockthread::read |
Thread to begin on client connect.
Definition at line 57 of file unixsock.c.
Referenced by unixsocket_server().
| struct fwsocket* unixserv_sockthread::sock |
| char unixserv_sockthread::sockpath[UNIX_PATH_MAX+1] |