X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fsession.h;h=5e44a74611d78cc3be219c72bedb8303c6efd360;hb=189fa86838b242b5f37e5ea2db92a84935050a81;hp=bf3fc3e8ac9c13b4d29b9b5d40176289820261b0;hpb=fe5f2da0c0c4ae00864cc72a36714e90405456e4;p=yaz-moved-to-github.git diff --git a/server/session.h b/server/session.h index bf3fc3e..5e44a74 100644 --- a/server/session.h +++ b/server/session.h @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994, Index Data I/S - * All rights reserved. + * Copyright (C) 1995, Index Data I/S + * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.6 1995-05-15 11:56:41 quinn + * Revision 1.8 1995-05-17 08:42:28 quinn + * Transfer auth info to backend. Allow backend to reject init gracefully. + * + * Revision 1.7 1995/05/16 08:51:08 quinn + * License, documentation, and memory fixes + * + * Revision 1.6 1995/05/15 11:56:41 quinn * Asynchronous facilities. Restructuring of seshigh code. * * Revision 1.5 1995/04/20 15:13:01 quinn @@ -81,6 +87,7 @@ typedef struct association void *backend; /* backend handle */ request_q incoming; /* Q of incoming PDUs */ request_q outgoing; /* Q of outgoing data buffers (enc. PDUs) */ + int rejected; /* session rejected */ /* session parameters */ int preferredMessageSize;