Revision 0e902e25 transmissionHandler.h
transmissionHandler.h | ||
---|---|---|
137 | 137 |
int recvFragments; ///< the number of received framgents |
138 | 138 |
int arrivedBytes; ///< the number of received Bytes |
139 | 139 |
int monitoringDataHeaderLen; ///< size of the monitoring data header (0 == no header) |
140 |
struct event *timeout; ///< a timeout event |
|
140 |
struct event *timeout_event; ///< a timeout event
|
|
141 | 141 |
struct timeval timeout_value; ///< the value for a libevent timeout |
142 | 142 |
time_t starttime; ///< the start time |
143 | 143 |
} recvdata; |
Also available in: Unified diff