|
Pol
Rev 533
|
#include <xbuffer.h>
Collaboration diagram for XmitBuffer:Public Attributes | |
| unsigned char | data [1] |
| unsigned short | lenleft |
| XmitBuffer * | next |
| unsigned short | nsent |
| unsigned char XmitBuffer::data[1] |
Definition at line 25 of file xbuffer.h.
Referenced by Client::queue_data(), and Client::send_queued_data().
| unsigned short XmitBuffer::lenleft |
Definition at line 24 of file xbuffer.h.
Referenced by Client::queue_data(), and Client::send_queued_data().
Definition at line 22 of file xbuffer.h.
Referenced by Client::PreDelete(), Client::queue_data(), and Client::send_queued_data().
| unsigned short XmitBuffer::nsent |
Definition at line 23 of file xbuffer.h.
Referenced by Client::queue_data(), and Client::send_queued_data().