Skip to content

Commit

Permalink
doc/flux_msg_handler_addvec(3): topic_glob is const
Browse files Browse the repository at this point in the history
Problem: man page has out of date definition of
struct flux_msg_handler_spec.

Add "const" to topic_glob definition.
  • Loading branch information
garlick committed Nov 9, 2017
1 parent 17a3b5f commit 563a05e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/man3/flux_msg_handler_addvec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ flux_msg_handler_addvec(3)

NAME
----
flux_msg_handler_addvec, flux_msg_handler_delvec - bulk add/remove message handlers
flux_msg_handler_addvec,
flux_msg_handler_delvec - bulk add/remove message handlers


SYNOPSIS
Expand All @@ -14,7 +15,7 @@ SYNOPSIS

struct flux_msg_handler_spec {
int typemask;
char *topic_glob;
const char *topic_glob;
flux_msg_handler_f cb;
uint32_t rolemask;
flux_msg_handler_t *w;
Expand Down

0 comments on commit 563a05e

Please sign in to comment.