TSG-22699 适配控制报文修改
This commit is contained in:
@@ -11,6 +11,8 @@ extern "C"
|
||||
|
||||
#define FIELDSTAT_TAG_INIT(ptr, index, _key, _type, _value) \
|
||||
do { ptr[index].key = _key; ptr[index].type = _type; ptr[index].value_longlong = _value; } while(0)
|
||||
#define FIELDSTAT_TAG_STR(ptr, index, _key, _type, _value) \
|
||||
do { ptr[index].key = _key; ptr[index].type = _type; ptr[index].value_str = _value; } while(0)
|
||||
|
||||
enum metric_columns_index
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user