DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
unixserv_sockthread Struct Reference

Unix socket server data structure. More...

Data Fields

struct fwsocketsock
 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...
 

Detailed Description

Unix socket server data structure.

Definition at line 46 of file unixsock.c.

Field Documentation

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

Socket umask.

Definition at line 52 of file unixsock.c.

Referenced by unixsocket_server().

int unixserv_sockthread::protocol

Socket protocol.

Definition at line 54 of file unixsock.c.

Referenced by unixsocket_server().

socketrecv unixserv_sockthread::read

Thread to begin on client connect.

See Also
threadfunc

Definition at line 57 of file unixsock.c.

Referenced by unixsocket_server().

struct fwsocket* unixserv_sockthread::sock

Socket reference.

Definition at line 48 of file unixsock.c.

Referenced by unixsocket_server().

char unixserv_sockthread::sockpath[UNIX_PATH_MAX+1]

Socket path.

Definition at line 50 of file unixsock.c.

Referenced by unixsocket_server().


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