diff options
| author | liuxueli <[email protected]> | 2020-11-12 15:57:12 +0600 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-11-12 15:57:12 +0600 |
| commit | a04d4c877c4882827c613fa86f5de0a2f8dd3311 (patch) | |
| tree | 0472defa535b8de1a9492121d9d6533817905f87 /src/MESA_field_stat.cpp | |
| parent | a22310659a865a17867bd3f41520ed8d3744d8e7 (diff) | |
修正函数及结构体命名方式
Diffstat (limited to 'src/MESA_field_stat.cpp')
| -rw-r--r-- | src/MESA_field_stat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MESA_field_stat.cpp b/src/MESA_field_stat.cpp index 3d49cbb..0f562aa 100644 --- a/src/MESA_field_stat.cpp +++ b/src/MESA_field_stat.cpp @@ -540,7 +540,7 @@ void FS_start(screen_stat_handle_t handle) if(_handle->output_prometheus==1) { - PROM_register((screen_stat_handle_t)_handle); + FS_library_promethues_register(handle); } return; |
