summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h
diff options
context:
space:
mode:
Diffstat (limited to 'veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h')
-rw-r--r--veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h
index 9de3868..8cbbeb6 100644
--- a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h
+++ b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h
@@ -3063,7 +3063,11 @@ void evel_free_event(void * event);
* @param mode Event mode or Batch mode
* @param max_size Size of storage available in json_body.
* @param event Pointer to the ::EVENT_HEADER to encode.
- * @returns Number of bytes actually written.
+ * @returns The number of characters that would have been written if max_size
+ had been sufficiently large, not counting the terminating null
+ character. Notice that only when this returned value is less than
+ max_size, the string has been completely written(similar to snprintf).
+ Otherwise, need to enlarge the buffer size to returned value +1.
*****************************************************************************/
int evel_json_encode_event(char * json,
int max_size,