X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fcomstack.h;fp=include%2Fcomstack.h;h=ffcc995982f488460c1e13957344979fac2ab91c;hp=12c9dc68de1a307fee270602dbb8141488a7adce;hb=c70f63352bac2f0bfdcc3078d69f43adbcc7ad2d;hpb=42d3d8a6486c495357574e5db0fc736834d8ba40 diff --git a/include/comstack.h b/include/comstack.h index 12c9dc6..ffcc995 100644 --- a/include/comstack.h +++ b/include/comstack.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: comstack.h,v $ - * Revision 1.6 1995-05-30 10:54:51 quinn + * Revision 1.7 1995-06-19 12:38:24 quinn + * Reorganized include-files. Added small features. + * + * Revision 1.6 1995/05/30 10:54:51 quinn * Added some backwards compatibility to the comstack (CS_SR->PROTO_SR) * * Revision 1.5 1995/05/29 08:11:31 quinn @@ -87,7 +90,7 @@ #include #include -#define COMSTACK_DEFAULT_TIMEOUT -1 +#define COMSTACK_DEFAULT_TIMEOUT -1 /* not used yet */ struct comstack; typedef struct comstack *COMSTACK; @@ -99,7 +102,7 @@ struct comstack int errno; /* current error code of this stack */ char *stackerr;/* current lower-layer error string, or null if none */ int iofile; /* UNIX file descriptor for iochannel */ - int timeout; /* how long to wait for trailing blocks */ + int timeout; /* how long to wait for trailing blocks (ignored for now) */ void *private; /* state info for lower stack */ int more; /* connection has extra data in buffer */ int state; /* current state */