summaryrefslogtreecommitdiff
path: root/include/fieldstat/fieldstat_easy.h
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-01-05 14:03:57 +0800
committerchenzizhan <[email protected]>2024-01-05 14:03:57 +0800
commit61614cbb85a55bf6b3657f36e852c715a93e9fea (patch)
treeab34f0a217b3009132d21e34a927d978f3ccb2c6 /include/fieldstat/fieldstat_easy.h
parent4d97e5cb6b188a06eaa1fb1d1dd4b762d77e87f2 (diff)
delete unused codes and annotes
Diffstat (limited to 'include/fieldstat/fieldstat_easy.h')
-rw-r--r--include/fieldstat/fieldstat_easy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fieldstat/fieldstat_easy.h b/include/fieldstat/fieldstat_easy.h
index d49470f..92edb91 100644
--- a/include/fieldstat/fieldstat_easy.h
+++ b/include/fieldstat/fieldstat_easy.h
@@ -50,9 +50,9 @@ int fieldstat_easy_register_histogram(struct fieldstat_easy *fse, const char *na
void fieldstat_easy_output(struct fieldstat_easy *fse, char **buff, size_t *buff_len);
void fieldstat_easy_output_array(struct fieldstat_easy *fse, char ***json_objects, size_t *n_object);
/*
- Do fieldstat_easy_output_array and then reset the instance.
+ Call fieldstat_easy_output_array and then reset the instance.
Will fail and return -1 if fieldstat_easy_enable_auto_output is called, since the behavior is hard to define. Return 0 if success.
- The thread will be blocked until the output is finished.
+ The thread will be blocked until output is finished.
*/
int fieldstat_easy_output_array_and_reset(struct fieldstat_easy *fse, char ***json_objects, size_t *n_object);
/*