]> git.pond.sub.org Git - empserver/blobdiff - include/treaty.h
Store uids as int to support more sectors and units
[empserver] / include / treaty.h
index bef96d5998480fef6cde33b597c5b41e1f0ebe08..0c6902f67098a1a11d29e9c1aaedcafff48731d0 100644 (file)
@@ -40,7 +40,7 @@
 struct trtstr {
     /* initial part must match struct empobj */
     short ef_type;
-    short trt_uid;
+    int trt_uid;
     unsigned trt_seqno;
     time_t trt_timestamp;
     /* end of part matching struct empobj */