summaryrefslogtreecommitdiff
path: root/tools/polldaemon.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-05 01:47:43 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-03-05 01:47:43 -0800
commit44a3c2255bc480c82f34db156553a595606d8a0b (patch)
tree5e6df96a6c6e40207cb3a711860e16b543918c0d /tools/polldaemon.h
parent8bd28eea831fd5215c12e6fcecc8e9a772398ed9 (diff)
downloaddevice-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.tar.gz
device-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.tar.bz2
device-mapper-44a3c2255bc480c82f34db156553a595606d8a0b.zip
Imported Upstream version 2.02.98upstream/2.02.98upstream/1.02.77
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,