paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
sender_client Struct Reference

Data Fields

int fd
 
char * name
 
struct list_head node
 
void * private_data
 

Detailed Description

Describes one connected client.

Field Documentation

◆ fd

int fd

The file descriptor of the client.

◆ name

char* name

The socket "name" of the client.

◆ node

struct list_head node

The position of this client in the client list.

◆ private_data

void* private_data

Data specific to the particular sender.


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