#include <structs.h>
Data Fields | |
| int | numInstances |
| this filter has this number of instances | |
| char * | hosts [40] |
| the places this filter runs, points to HostsStruct hostname | |
| int | tids [40] |
| the tids of the running instances | |
| char * | resources [40] |
Definition at line 18 of file structs.h.
|
|
the places this filter runs, points to HostsStruct hostname
Definition at line 20 of file structs.h. Referenced by addHostToFilter(), createFilterSpec(), fsSpawnInstances(), and replaceCrashedHost(). |
|
|
this filter has this number of instances
Definition at line 19 of file structs.h. Referenced by addHostToFilter(), createFilterSpec(), fsSpawnInstances(), and getFilterByTid(). |
|
|
|
|
|
the tids of the running instances
Definition at line 21 of file structs.h. Referenced by fsSpawnInstances(), and getFilterByTid(). |
1.4.6