summaryrefslogtreecommitdiffstats
path: root/src/include/rbd/librbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rbd/librbd.h')
-rw-r--r--src/include/rbd/librbd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h
index 4c381614533..74101216106 100644
--- a/src/include/rbd/librbd.h
+++ b/src/include/rbd/librbd.h
@@ -241,9 +241,11 @@ typedef enum {
typedef struct {
int64_t source_pool_id;
+ char *source_pool_namespace;
char *source_image_name;
char *source_image_id;
int64_t dest_pool_id;
+ char *dest_pool_namespace;
char *dest_image_name;
char *dest_image_id;
rbd_image_migration_state_t state;