ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
gclib
/
gclib
/
gcdb.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
#
Line 134
|
Line 134
134
};
135
// data file size -- used to be uint32, now it could be 64bit
136
union {
137
<
off_t dbsize;
137
>
int64_t dbsize;
138
uint32 oldnum[2]; //num_keys, num_records
139
};
140
union {
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines