#include <transfer-simple.h>
Data Fields | |
char * | name |
The agent's name. | |
char * | DN |
The agent's Distinguished Name (DN). | |
char * | host |
The host the agent is running in. | |
char * | type |
The agent's type. | |
time_t * | lastActive |
The last time the agent explicitly stated it is alive. | |
char * | state |
The last known state of the agent. | |
char * | version |
The agent's version. | |
char * | contact |
A contact to a person responsible for the agent. |
Definition at line 350 of file transfer-simple.h.
|
A contact to a person responsible for the agent.
Definition at line 359 of file transfer-simple.h. |
|
The agent's Distinguished Name (DN).
Definition at line 353 of file transfer-simple.h. |
|
The host the agent is running in.
Definition at line 354 of file transfer-simple.h. |
|
The last time the agent explicitly stated it is alive.
Definition at line 356 of file transfer-simple.h. |
|
The agent's name.
Definition at line 352 of file transfer-simple.h. |
|
The last known state of the agent.
Definition at line 357 of file transfer-simple.h. |
|
The agent's type. This can be: 'channel', 'fps' -> vo agent, 'fts' -> vo agent. Definition at line 355 of file transfer-simple.h. |
|
The agent's version.
Definition at line 358 of file transfer-simple.h. |