X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fsession.h;h=a5ac134fa40a79fa38466744d27da60c4a048dfb;hp=179b2ce49637df006f36b599473844eae699c32b;hb=c3a132ce4aea3bb358b185ef58781b4bef8745fc;hpb=1c026b4c8a1a509729b326328e55227604d9ca38 diff --git a/server/session.h b/server/session.h index 179b2ce..a5ac134 100644 --- a/server/session.h +++ b/server/session.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.2 1995-03-27 08:34:29 quinn + * Revision 1.3 1995-03-30 09:09:27 quinn + * Added state-handle and some support for asynchronous activities. + * + * Revision 1.2 1995/03/27 08:34:29 quinn * Added dynamic server functionality. * Released bindings to session.c (is now redundant) * @@ -35,6 +38,7 @@ typedef struct association int input_apdu_len; int state; oid_proto proto; + void *backend; #define ASSOC_UNINIT 0 #define ASSOC_IDLE 1