class CRecvThreadParams

Receiver thread parameters that are passed to the sender thread when it is created

Public Fields

[more]char host[256]
host name for the receiver
[more]int port
listening port for the receiver
[more]int ttl
time to live for the receiver
[more]int threadid
receiver thread id
[more]pthread_mutex_t* thr_mutex
receiver thread mutex
[more]pthread_cond_t* thr_cond
receiver thread conditional
[more]pthread_mutex_t* recvstop_mutex
mutex for stopping receiver thread
[more]pthread_cond_t* recvstop_cond
conditional to signal stopping of receiver thread
[more]int* recv_quit
variable to stop receiver thread externally


Documentation

Receiver thread parameters that are passed to the sender thread when it is created
ochar host[256]
host name for the receiver

oint port
listening port for the receiver

oint ttl
time to live for the receiver

oint threadid
receiver thread id

opthread_mutex_t* thr_mutex
receiver thread mutex

opthread_cond_t* thr_cond
receiver thread conditional

opthread_mutex_t* recvstop_mutex
mutex for stopping receiver thread

opthread_cond_t* recvstop_cond
conditional to signal stopping of receiver thread

oint* recv_quit
variable to stop receiver thread externally


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.