HostInfo
desired_size = ((char*)spare_slot - (char*)status_info) + sizeof(HostInfo);
memset(spare_slot, 0, sizeof(HostInfo));
< (off_t)(HEADER_LEN + sizeof(HostInfo) * status_info->noOfHosts)) )
HostInfo *this_host = &status_info->hosts[i];
HostInfo *hp;
HostInfo *find_host(char *hostname, int create)
HostInfo *hp;
HostInfo *spare_slot = NULL;
HostInfo *result = NULL;
HostInfo *hp;
static int do_unmon(HostInfo *hp, my_id *idp)
HostInfo *hp;
HostInfo *hp;
HostInfo *hp;
HostInfo *hp;
extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
HostInfo hosts[1]; /* vector of monitored hosts */
#define HEADER_LEN (sizeof(FileLayout) - sizeof(HostInfo))