fix(test): fix syntax error.

This commit is contained in:
Haojun Liao 2024-05-08 10:18:19 +08:00
parent 64ae35affe
commit 5ee1cba173
1 changed files with 9 additions and 1 deletions

View File

@ -16,6 +16,10 @@
#ifndef TDENGINE_STREAMMSG_H
#define TDENGINE_STREAMMSG_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct SStreamChildEpInfo {
int32_t nodeId;
int32_t childId;
@ -172,4 +176,8 @@ typedef struct {
int32_t reqType;
} SStreamTaskRunReq;
#ifdef __cplusplus
}
#endif
#endif // TDENGINE_STREAMMSG_H