X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fsession.h;h=ec735d62e7adb86481c0d63efb8610324d9c2c0c;hp=183cd0e38545225fea33b40da96cd8afc78813d9;hb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;hpb=6fdf5380057b2e9159050ddbb7cd79c86690a6ef diff --git a/server/session.h b/server/session.h index 183cd0e..ec735d6 100644 --- a/server/session.h +++ b/server/session.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.22 2000-03-20 19:06:25 adam + * Revision 1.23 2000-04-05 07:39:55 adam + * Added shared library support (libtool). + * + * Revision 1.22 2000/03/20 19:06:25 adam * Added Segment request for fronend server. Work on admin for client. * * Revision 1.21 1999/11/30 13:47:12 adam @@ -153,6 +156,8 @@ typedef struct association int maximumRecordSize; int version; /* highest version-bit set (2 or 3) */ + struct bend_initrequest *init; +#if 0 int (*bend_sort) (); int (*bend_search) (); int (*bend_present) (); @@ -160,6 +165,7 @@ typedef struct association int (*bend_delete) (); int (*bend_scan) (); int (*bend_segment) (); +#endif } association; association *create_association(IOCHAN channel, COMSTACK link);