sync_host
struct sync_host *shost;
LIST_ENTRY(sync_host) h_entry;
LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
struct sync_host *shost;
if ((shost = (struct sync_host *)
calloc(1, sizeof(struct sync_host))) == NULL) {
struct sync_host *shost;
LIST_ENTRY(sync_host) h_entry;
LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
struct sync_host *shost;
if ((shost = (struct sync_host *)
calloc(1, sizeof(struct sync_host))) == NULL) {