This commit is contained in:
Hongze Cheng 2022-02-07 03:02:34 +00:00
parent fd94249ffd
commit 64be05208e
3 changed files with 2 additions and 6 deletions

View File

@ -16,8 +16,6 @@
#ifndef _TD_BTREE_H_
#define _TD_BTREE_H_
#include "tdbInt.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -16,10 +16,6 @@
#ifndef _TD_PAGE_FILE_H_
#define _TD_PAGE_FILE_H_
#include "tdbInt.h"
#include "pgcache.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -54,6 +54,8 @@ typedef int32_t pgsize_t;
#define tdbError(var)
#include "pgcache.h"
#include "pgfile.h"
#include "btree.h"
// tdb util
int tdbGnrtFileID(const char *fname, uint8_t *fileid);