![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
#include <host.h>

Public Attributes | |
| char * | name |
| The name of the host, used to store host internally to scheduler. | |
| char * | address |
| The address of the host, used by ssh when starting a new agent. | |
| char * | agent_dir |
| The location on the host machine where the executables are. | |
| int | max |
| The max number of agents that can run on this host. | |
| int | running |
| The number of agents currently running on this host. | |