diff options
Diffstat (limited to 'lib/activate/activate.h')
-rw-r--r-- | lib/activate/activate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/activate/activate.h b/lib/activate/activate.h index 25b7cc892..b1cc17617 100644 --- a/lib/activate/activate.h +++ b/lib/activate/activate.h @@ -208,7 +208,7 @@ int monitor_dev_for_events(struct cmd_context *cmd, const struct logical_volume # include "libdevmapper-event.h" char *get_monitor_dso_path(struct cmd_context *cmd, const char *libpath); int target_registered_with_dmeventd(struct cmd_context *cmd, const char *dso, - const struct logical_volume *lv, int *pending); + const struct logical_volume *lv, int *pending, int *monitored); int target_register_events(struct cmd_context *cmd, const char *dso, const struct logical_volume *lv, int evmask __attribute__((unused)), int set, int timeout); #endif |