X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fsect.h;h=62e634cea1e357eb947cf2b2307a9cf3d614d1b5;hp=9b6fe8d8e18d7e6d27926259ba68a8ba1c0bd645;hb=2fa5f652572c4f45c2c60ea97d79f01851f8d548;hpb=358aee203eb7dfdcb633f2deea5323810ed32173 diff --git a/include/sect.h b/include/sect.h index 9b6fe8d8e..62e634cea 100644 --- a/include/sect.h +++ b/include/sect.h @@ -46,6 +46,7 @@ struct sctstr { /* initial part must match struct empobj */ signed ef_type: 8; unsigned sct_seqno: 12; + unsigned sct_generation: 12; int sct_uid; /* equals XYOFFSET(sct_x, sct_y) */ time_t sct_timestamp; /* Last time this sector was written to */ natid sct_own; /* owner's country num */