From 0d8c0f33c8ab0063c1fac9b1188b9e353d35de5d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Sep 1999 12:51:14 +0000 Subject: [PATCH] Added CLIENT IP OID. --- include/oid.h | 3 ++- util/oid.c | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/oid.h b/include/oid.h index bb95414..df828a8 100644 --- a/include/oid.h +++ b/include/oid.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: oid.h,v 1.33 1999-05-27 13:02:20 adam Exp $ + * $Id: oid.h,v 1.34 1999-09-13 12:51:14 adam Exp $ */ #ifndef OID_H @@ -153,6 +153,7 @@ typedef enum oid_value VAL_UNIVERSE_REPORT, VAL_PROXY, VAL_COOKIE, + VAL_CLIENT_IP, /* add new types here... */ /* VAL_DYNAMIC must have highest value */ diff --git a/util/oid.c b/util/oid.c index 95c5846..bdfc16f 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.36 1999-05-27 13:02:20 adam + * Revision 1.37 1999-09-13 12:51:15 adam + * Added CLIENT IP OID. + * + * Revision 1.36 1999/05/27 13:02:20 adam * Assigned OID for old DB Update (VAL_DBUPDATE0). * * Revision 1.35 1999/04/20 09:56:49 adam @@ -333,6 +336,8 @@ static oident oids[] = "Proxy" }, {PROTO_Z3950, CLASS_USERINFO,VAL_COOKIE, {10,1000,81,2,-1}, "Cookie" }, + {PROTO_Z3950, CLASS_USERINFO,VAL_CLIENT_IP, {10,1000,81,3,-1}, + "Client-IP" }, {PROTO_Z3950, CLASS_ELEMSPEC,VAL_ESPEC1, {11,1,-1}, "Espec-1"}, {PROTO_Z3950, CLASS_VARSET, VAL_VAR1, {12,1,-1}, -- 1.7.10.4