]> git.pond.sub.org Git - empserver/blobdiff - include/loan.h
Store uids as int to support more sectors and units
[empserver] / include / loan.h
index f0a8416adeb1024db422c326318f474c680673c7..1015acb4bd6262e0ef0353cbc5428d5fe6b64609 100644 (file)
@@ -43,7 +43,7 @@
 struct lonstr {
     /* initial part must match struct empobj */
     short ef_type;
-    short l_uid;
+    int l_uid;
     unsigned l_seqno;
     time_t l_timestamp;
     /* end of part matching struct empobj */