Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b82dc051
Commit
b82dc051
authored
Sep 05, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in the typedefs
git-svn-id:
file:///svn/tokudb@270
c7de825b-a66e-492c-adef-691d508d4ae1
parent
35f14862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
buildheader/make_db_h.c
buildheader/make_db_h.c
+7
-0
No files found.
buildheader/make_db_h.c
View file @
b82dc051
...
@@ -103,7 +103,14 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
...
@@ -103,7 +103,14 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
printf
(
"#define _DB_H
\n
"
);
printf
(
"#define _DB_H
\n
"
);
printf
(
"/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
\n
"
);
printf
(
"/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */
\n
"
);
printf
(
"#if defined(__cplusplus)
\n
extern
\"
C
\"
{
\n
#endif
\n
"
);
printf
(
"#if defined(__cplusplus)
\n
extern
\"
C
\"
{
\n
#endif
\n
"
);
printf
(
"typedef struct __toku_db_btree_stat DB_BTREE_STAT;
\n
"
);
printf
(
"typedef struct __toku_db_key_range DB_KEY_RANGE;
\n
"
);
printf
(
"typedef struct __toku_db_lsn DB_LSN;
\n
"
);
printf
(
"typedef struct __toku_db DB;
\n
"
);
printf
(
"typedef struct __toku_db DB;
\n
"
);
printf
(
"typedef struct __toku_db_txn DB_TXN;
\n
"
);
printf
(
"typedef struct __toku_db_txn_stat DB_TXN_STAT;
\n
"
);
printf
(
"typedef struct __toku_dbc DBC;
\n
"
);
printf
(
"typedef struct __toku_dbt DBT;
\n
"
);
print_dbtype
();
print_dbtype
();
assert
(
sizeof
(
db_btree_stat_fields32
)
==
sizeof
(
db_btree_stat_fields64
));
assert
(
sizeof
(
db_btree_stat_fields32
)
==
sizeof
(
db_btree_stat_fields64
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment