Skip to content

Commit

Permalink
* FIX [core] fix a syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: jaylin <[email protected]>
  • Loading branch information
JaylinYu committed Jan 7, 2024
1 parent ec4b572 commit 2cde636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void nni_fini(void);
// nni_init_param is used by applications (via nng_init_param) to configure
// some tunable settings at runtime. It must be called before any other NNG
// functions are called, in order to have any effect at all.
void nni_init_set_param(nng_init_parameter, uint64_t value);
void nni_init_set_param(nng_init_parameter parameter, uint64_t value);

// subsystems can call this to obtain a parameter value.
uint64_t nni_init_get_param(nng_init_parameter parameter, uint64_t default_value);
Expand Down

0 comments on commit 2cde636

Please sign in to comment.