common.h 252 字节
Newer Older
M
Minghao Li 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef TDENGINE_COMMON_H
#define TDENGINE_COMMON_H

#ifdef __cplusplus
extern "C" {
#endif

#define COMMAND_LEN 256
#define DIR_LEN 128
#define HOST_LEN 128
#define ADDRESS_LEN (HOST_LEN + 16)

#ifdef __cplusplus
}
#endif

#endif // TDENGINE_COMMON_H