Searched defs:conversation (Results 1 – 2 of 2) sorted by relevance
21 struct conversation { struct22 struct connectdomain co_cd; /* where we are connecting to */23 char co_methods[100]; /* how we go about making connection */24 char co_optionsbuf[1024] ; /* options requestor wants */25 int co_constatus ; /* current connection status */26 int co_errfd ; /* requestor's stderr if set */27 int co_sock ; /* requestor's socket if set */28 int co_rqst ; /* requestor's request if set */29 int co_pid ; /* connector pid if active */
23 static enum {CONTENTION, SEND, RECEIVE } conversation; variable