|
|
1.1 root 1: struct status {
2: short code; /* status code */
3: short len; /* actual number of bytes transferred */
4: short lchnum; /* logical channel number */
5: char lchdir; /* sub-channel:recv,xmit,both */
6: };
7:
8: /* possible values for code */
9: #define ST_OK 0 /* successful return */
10: #define ST_IARGS 1 /* illegal arguments */
11: #define ST_HARD 2 /* hardware failure */
12: #define ST_PREV 3 /* previous request already queued */
13: #define ST_NOPREV 4 /* no request currently queued */
14:
15:
16:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.