Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
add parameter explaination for wg_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
linhu-nv committed Jan 29, 2024
1 parent eeb972d commit bf54e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/wholememory/wholememory.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ enum wholememory_distributed_backend_t {
/**
* Initialize WholeMemory library
* @param flags : reserved should be 0
* @param wm_log_level : wholememory log level, the default level is "info"
* @return : wholememory_error_code_t
*/
wholememory_error_code_t wholememory_init(unsigned int flags, unsigned int wm_log_level = 3);
Expand Down

0 comments on commit bf54e99

Please sign in to comment.