]> git.pond.sub.org Git - empserver/blobdiff - include/loan.h
Store sequence numbers more compactly
[empserver] / include / loan.h
index 1015acb4bd6262e0ef0353cbc5428d5fe6b64609..d4fae4c701f441730a71561764c59580fde9dbe5 100644 (file)
@@ -42,9 +42,9 @@
 
 struct lonstr {
     /* initial part must match struct empobj */
 
 struct lonstr {
     /* initial part must match struct empobj */
-    short ef_type;
+    signed ef_type: 8;
+    unsigned l_seqno: 12;
     int l_uid;
     int l_uid;
-    unsigned l_seqno;
     time_t l_timestamp;
     /* end of part matching struct empobj */
     natid l_loner;             /* loan shark */
     time_t l_timestamp;
     /* end of part matching struct empobj */
     natid l_loner;             /* loan shark */