trivial: another place where I accidentally committed a note-to-self about the lease fields in the server-side share file

This commit is contained in:
Zooko O'Whielacronx 2009-01-03 11:29:41 -07:00
parent 54787771c3
commit 2788c80496

View File

@ -34,7 +34,7 @@ NUM_RE=re.compile("^[0-9]+$")
# The share file has the following layout:
# 0x00: share file version number, four bytes, current version is 1
# 0x04: share data length, four bytes big-endian = A # See Footnote 1 below.
# 0x08: number of leases, four bytes big-endian (unused)
# 0x08: number of leases, four bytes big-endian
# 0x0c: beginning of share data (see immutable.layout.WriteBucketProxy)
# A+0x0c = B: first lease. Lease format is:
# B+0x00: owner number, 4 bytes big-endian, 0 is reserved for no-owner