summaryrefslogtreecommitdiff
path: root/tools/polldaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/polldaemon.h')
-rw-r--r--tools/polldaemon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/polldaemon.h b/tools/polldaemon.h
index 8ebbb25..78ea783 100644
--- a/tools/polldaemon.h
+++ b/tools/polldaemon.h
@@ -36,7 +36,7 @@ struct poll_functions {
struct volume_group *vg,
const char *name,
const char *uuid,
- uint32_t lv_type);
+ uint64_t lv_type);
progress_t (*poll_progress)(struct cmd_context *cmd,
struct logical_volume *lv,
const char *name,
@@ -59,13 +59,13 @@ struct daemon_parms {
unsigned outstanding_count;
unsigned progress_display;
const char *progress_title;
- uint32_t lv_type;
+ uint64_t lv_type;
struct poll_functions *poll_fns;
};
int poll_daemon(struct cmd_context *cmd, const char *name, const char *uuid,
unsigned background,
- uint32_t lv_type, struct poll_functions *poll_fns,
+ uint64_t lv_type, struct poll_functions *poll_fns,
const char *progress_title);
progress_t poll_mirror_progress(struct cmd_context *cmd,