- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/libautocode/def/SkyRegion.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/libautocode/def/SkyRegion.d
r5945 r34041 8 8 FIELD Dmin, D_MIN, float, 9 9 FIELD Dmax, D_MAX, float, 10 FIELD childS, CHILD_S, int, sequence number in full table of first child 11 FIELD childE, CHILD_E, int, sequence number in full table of last child + 1 12 FIELD parent, PARENT, int, sequence number in full table of parent 13 FIELD index, INDEX, int, sequence number in full table of this entry 14 FIELD depth, DEPTH, char, depth of this entry 15 FIELD child, CHILD, char, does this entry have children? 16 FIELD table, TABLE, char, does this entry have a table? 17 FIELD name, NAME, char[21], name / filename 10 FIELD childS, CHILD_S, int, sequence number in full table of first child 11 FIELD childE, CHILD_E, int, sequence number in full table of last child + 1 12 FIELD parent, PARENT, int, sequence number in full table of parent 13 FIELD index, INDEX, int, sequence number in full table of this entry 14 FIELD depth, DEPTH, char, depth of this entry 15 FIELD child, CHILD, char, does this entry have children? 16 FIELD table, TABLE, char, does this entry have a table? 17 FIELD name, NAME, char[18], name / filename 18 FIELD hostFlags, HOST_FLAGS, char, flags to define host / backup usage 19 FIELD hostID, HOST_ID, unsigned char, host ID where data is stored 20 FIELD backupID, BACKUP_ID, unsigned char, host ID where backup is stored 21 22 # note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and 23 # related (no DBs were created with more than 17 bytes in the 24 # name). The hostID points at an entry in the host table (text 25 # file, with name given in SkyTable PHU header). There is no 26 # safety on this, but it is recoverable (by examining the 27 # directories) if misplaced. 28 29 # Note that SkyTables from databases generated in the past may 30 # have garbage characters here. To ensure catch this 31 # condition, we add a header keyword to SkyTables in which the 32 # hostID has been set; if that is not present, the SkyTable 33 # loading software should init these bytes to 0 (== unassigned).
Note:
See TracChangeset
for help on using the changeset viewer.
