X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=f7c81ce4363065289e124d17f330a0674ee778c5;hb=173f78f50536784bdc6a59d4586ba409b2b69182;hp=2ed9bda136dd20747f572feef7185901416c9d82;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index 2ed9bda..f7c81ce 100644 --- a/src/session.h +++ b/src/session.h @@ -122,8 +122,8 @@ typedef struct association association_state state; /* session parameters */ - int preferredMessageSize; - int maximumRecordSize; + Odr_int preferredMessageSize; + Odr_int maximumRecordSize; int version; /* highest version-bit set (2 or 3) */ unsigned cs_get_mask; @@ -160,6 +160,7 @@ int ir_read(IOCHAN h, int event); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab