提交 a5661807 编写于 作者: H Haojun Liao

fix: fix syntax error.

上级 f203c780
...@@ -86,7 +86,7 @@ typedef struct SMetaReader { ...@@ -86,7 +86,7 @@ typedef struct SMetaReader {
} SMetaReader; } SMetaReader;
typedef struct SMTbCursor { typedef struct SMTbCursor {
struct TBC *pDbc; void * pDbc;
void * pKey; void * pKey;
void * pVal; void * pVal;
int32_t kLen; int32_t kLen;
...@@ -169,7 +169,7 @@ typedef struct SMetaTableInfo { ...@@ -169,7 +169,7 @@ typedef struct SMetaTableInfo {
typedef struct SSnapContext { typedef struct SSnapContext {
SMeta * pMeta; // todo remove it SMeta * pMeta; // todo remove it
int64_t snapVersion; int64_t snapVersion;
struct TBC *pCur; void * pCur;
int64_t suid; int64_t suid;
int8_t subType; int8_t subType;
SHashObj * idVersion; SHashObj * idVersion;
......
...@@ -10,7 +10,7 @@ ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp") ...@@ -10,7 +10,7 @@ ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp")
TARGET_LINK_LIBRARIES( TARGET_LINK_LIBRARIES(
streamUpdateTest streamUpdateTest
PUBLIC os util common gtest gtest_main stream PUBLIC os util common gtest gtest_main stream executor
) )
TARGET_INCLUDE_DIRECTORIES( TARGET_INCLUDE_DIRECTORIES(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册