Skip to content

Commit

Permalink
modules/kvs: Update parameter name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Jan 13, 2018
1 parent ae2b990 commit 32396fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/kvs/waitqueue.h
Expand Up @@ -55,7 +55,7 @@ int wait_runqueue (waitqueue_t *q);
* The message handler will be reinvoked once the wait_t usecount reaches zero.
* Message will be copied and destroyed with the wait_t.
*/
wait_t *wait_create_msg_handler (flux_t *h, flux_msg_handler_t *w,
wait_t *wait_create_msg_handler (flux_t *h, flux_msg_handler_t *mh,
const flux_msg_t *msg, void *arg,
flux_msg_handler_f cb);

Expand Down

0 comments on commit 32396fe

Please sign in to comment.