提交 c93cbc96 编写于 作者: S slzhou

fix: change script env item key and value to const char*

上级 1eea4c74
...@@ -261,8 +261,8 @@ typedef int32_t (*TUdfAggFinishFunc)(SUdfInterBuf *buf, SUdfInterBuf *resultData ...@@ -261,8 +261,8 @@ typedef int32_t (*TUdfAggFinishFunc)(SUdfInterBuf *buf, SUdfInterBuf *resultData
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
typedef struct SScriptUdfEnvItem{ typedef struct SScriptUdfEnvItem{
char *name; const char *name;
char *value; const char *value;
} SScriptUdfEnvItem; } SScriptUdfEnvItem;
typedef enum EUdfFuncType { typedef enum EUdfFuncType {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册