Home
last modified time | relevance | path

Searched defs:Super (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/fossil/
H A Ddat.h13 typedef struct Super Super; typedef
63 struct Super { struct
64 u16int version;
65 u32int epochLow;
66 u32int epochHigh;
67 u64int qid; /* next qid */
68 u32int active; /* root of active file system */
69 u32int next; /* root of next snapshot to archive */
70 u32int current; /* root of snapshot currently archiving */
71 uchar last[VtScoreSize]; /* last snapshot successfully archived */
[all …]