Controlled conversion from Odr_int to int
[yaz-moved-to-github.git] / src / session.h
index a2167bb..0007e76 100644 (file)
@@ -120,13 +120,13 @@ typedef struct association
     association_state state;
 
     /* session parameters */
-    Odr_int preferredMessageSize;
-    Odr_int maximumRecordSize;
+    int preferredMessageSize;
+    int maximumRecordSize;
     int version;                  /* highest version-bit set (2 or 3) */
 
-    unsigned cs_get_mask;
-    unsigned cs_put_mask;
-    unsigned cs_accept_mask;
+    int cs_get_mask;
+    int cs_put_mask;
+    int cs_accept_mask;
 
     struct bend_initrequest *init;
     statserv_options_block *last_control;