#include <Hosts.h>
Data Fields | |
| char | name [100+1] |
| the hostname | |
| int | numResources |
| char | resources [5][50+1] |
| the resources this host uses, array of strings | |
| int | status |
| the status of this host | |
| int | weight |
| int | mem |
| machine memory in MB | |
Definition at line 16 of file Hosts.h.
|
|
machine memory in MB
Definition at line 22 of file Hosts.h. Referenced by hostsGetMemory(), and hostsSetMemory(). |
|
|
the hostname
Definition at line 17 of file Hosts.h. Referenced by fechaTag(), hostsGetIndexByName(), hostsGetName(), and hostsSetName(). |
|
|
Definition at line 18 of file Hosts.h. Referenced by hostsAdd(), hostsAddResource(), hostsCreate(), hostsGetNumResources(), and hostsHasResource(). |
|
|
the resources this host uses, array of strings
Definition at line 19 of file Hosts.h. Referenced by hostsAddResource(), and hostsHasResource(). |
|
|
the status of this host
Definition at line 20 of file Hosts.h. Referenced by hostsAdd(), hostsCreate(), hostsGetStatus(), and hostsSetStatus(). |
|
|
Definition at line 21 of file Hosts.h. Referenced by hostsAdd(), hostsGetWeight(), hostsSetStatus(), and hostsSetWeight(). |
1.4.6