Searched defs:HostConf (Results 1 – 1 of 1) sorted by relevance
32 struct HostConf { struct33 char *host; /* [user@]host */34 int fdin; /* pipe */35 int fdout; /* pipe */36 int error; /* permanent failure code */37 pid_t pid;38 int version; /* cpdup protocol version */39 struct HCHostDesc *hostdescs;40 struct HCTransaction trans;