|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| int | fd |
| char * | name |
| struct list_head | node |
| void * | private_data |
Describes one connected client.
| int fd |
The file descriptor of the client.
| char* name |
The socket "name" of the client.
| struct list_head node |
The position of this client in the client list.
| void* private_data |
Data specific to the particular sender.