|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright 1989 by Inetco Systems, Ltd. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: #ifndef STREAM_H ! 7: #define STREAM_H ! 8: /* ! 9: * This file will NOT be binary compatible with System V. ! 10: */ ! 11: ! 12: struct strbuf { ! 13: int maxlen; /* max buffer length */ ! 14: int len; /* length of data */ ! 15: char * buf; /* pointer to buffer */ ! 16: }; ! 17: ! 18: /* ! 19: * Flags used for getmsg/putmsg. ! 20: */ ! 21: #define RS_HIPRI 1 /* High priority message only */ ! 22: ! 23: /* ! 24: * Return values from getmsg are: ! 25: * -1 = no msg, see errno. ! 26: * 0 = msg gotten. ! 27: */ ! 28: #define MORECTL 1 ! 29: #define MOREDATA 2 ! 30: ! 31: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.