diff options
| author | 郑超 <[email protected]> | 2018-11-22 19:58:33 +0800 |
|---|---|---|
| committer | 郑超 <[email protected]> | 2018-11-22 19:58:33 +0800 |
| commit | e1a041291b61632015a06ac5ff4bcbee48cf088e (patch) | |
| tree | e26a8838d33f8e355f8f4930856d7e4d77811b4c /inc | |
| parent | ba34d6342312461f6ea63e4a6341b8bc31a752fe (diff) | |
| parent | 0aa479b4f5c5a299f812d83db711a7b100ccf2e5 (diff) | |
Merge branch 'trival-rename-output-style-define' into 'master'v2.8
上次没修完
See merge request MESA_framework/FieldStat2!4
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/field_stat2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/field_stat2.h b/inc/field_stat2.h index 4af7b51..97e791e 100644 --- a/inc/field_stat2.h +++ b/inc/field_stat2.h @@ -29,7 +29,7 @@ enum field_op enum stats_output_format { FS_OUTPUT_STATSD=1, - FS_OUTPUT_INFLUX=2 + FS_OUTPUT_INFLUX_LINE=2 }; typedef void* screen_stat_handle_t; |
