Searched defs:actsunit (Results 1 – 1 of 1) sorted by relevance
201 struct actsunit { struct202 int unit; /* unit number */203 int state; /* the first one was Delaware */204 int timer; /* timeout counter */205 int retry; /* retry index */206 int msgcnt; /* count of messages received */207 l_fp tstamp; /* on-time timestamp */208 char *bufptr; /* next incoming char stored here */209 char buf[BMAX]; /* bufptr roams within buf[] */