projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d3bed
)
Change type of cs_-masks
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:51:10 +0000
(12:51 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:51:10 +0000
(12:51 +0100)
src/session.h
patch
|
blob
|
history
diff --git
a/src/session.h
b/src/session.h
index
a2167bb
..
e8e7773
100644
(file)
--- a/
src/session.h
+++ b/
src/session.h
@@
-124,9
+124,9
@@
typedef struct association
Odr_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;