X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fsession.h;h=7c13234bbd99f3fbd3fff4687a3fc046966f24d0;hb=adfa93d3033913d04c134941f7035f00fd2f080b;hp=79f5604a423574b1ee16300005cd52d0d9ac6dbf;hpb=3060b77b776350c6e677c06b3070542dba5c42b6;p=yaz-moved-to-github.git diff --git a/server/session.h b/server/session.h index 79f5604..7c13234 100644 --- a/server/session.h +++ b/server/session.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.17 1998-07-20 12:38:43 adam + * Revision 1.18 1998-08-03 10:23:57 adam + * Fixed bug regarding Options for Sort. + * + * Revision 1.17 1998/07/20 12:38:43 adam * Implemented delete result set service to server API. * * Revision 1.16 1998/03/31 11:07:45 adam @@ -109,9 +112,9 @@ typedef struct request_q */ typedef enum { - ASSOC_NEW, /* not initialized yet */ - ASSOC_UP, /* normal operation */ - ASSOC_DEAD /* dead. Close if input arrives */ + ASSOC_NEW, /* not initialized yet */ + ASSOC_UP, /* normal operation */ + ASSOC_DEAD /* dead. Close if input arrives */ } association_state; typedef struct association