#include <empftp.h>
Collaboration diagram for EmpFtpTrafPool::AgentListElem:

Public Member Functions | |
| AgentListElem (Agent *a) | |
| LIST_ENTRY (AgentListElem) link | |
Public Attributes | |
| Agent * | agt_ |
|
|
Definition at line 135 of file empftp.h. References agt_.
00135 : agt_(a) { 00136 link.le_next = NULL; 00137 link.le_prev = NULL; 00138 } |
|
|
|
|
|
Definition at line 139 of file empftp.h. Referenced by AgentListElem(), and EmpFtpTrafPool::detachHead(). |
1.3.3