X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=e5343ff883fb9e7095f7676abbd97a42db20a756;hb=3a98cd4b508df847d4aa2b7ed7c1a7213766bad3;hp=f7c81ce4363065289e124d17f330a0674ee778c5;hpb=8356ea58313ee1f350226172cf99bfb0b7c5583c;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index f7c81ce..e5343ff 100644 --- a/src/session.h +++ b/src/session.h @@ -98,8 +98,8 @@ typedef struct request_q */ typedef enum { - ASSOC_NEW, /* not initialized yet */ - ASSOC_UP, /* normal operation */ + ASSOC_NEW, /* not initialized yet or HTTP session */ + ASSOC_UP, /* Z39.50 session is UP */ ASSOC_DEAD /* dead. Close if input arrives */ } association_state;