X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=e5343ff883fb9e7095f7676abbd97a42db20a756;hp=f7c81ce4363065289e124d17f330a0674ee778c5;hb=643f3c67b24a03ea12d0d3420d78a734aedf5b1d;hpb=9d01070e0ac3b559b13c76e1cd0f1b0ef17f03c0 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;