X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Floan.h;h=d4fae4c701f441730a71561764c59580fde9dbe5;hp=1015acb4bd6262e0ef0353cbc5428d5fe6b64609;hb=358aee203eb7dfdcb633f2deea5323810ed32173;hpb=ba2044be189f10349f4dba1bbe80c35ba0e81bae diff --git a/include/loan.h b/include/loan.h index 1015acb4b..d4fae4c70 100644 --- a/include/loan.h +++ b/include/loan.h @@ -42,9 +42,9 @@ struct lonstr { /* initial part must match struct empobj */ - short ef_type; + signed ef_type: 8; + unsigned l_seqno: 12; int l_uid; - unsigned l_seqno; time_t l_timestamp; /* end of part matching struct empobj */ natid l_loner; /* loan shark */