]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
Store uids as int to support more sectors and units
[empserver] / include / empobj.h
index 373ec0212ea745376a556258bee78b6ad0f7f155..5ff65486fbe369844d8d10e21394300ec12090fe 100644 (file)
@@ -56,7 +56,7 @@ struct empobj {
      * valid if EFF_TYPED is set in table's flags
      */
     short ef_type;
-    short uid;
+    int uid;
     unsigned seqno;
     time_t timestamp;
     /* end of part matching struct emptypedstr */