dm snapshot: add message hook to struct exception_store
This enables exception store code to handle the message hook in struct
target_type. Exception store implementations can provide useful
features such as providing delta between two snapshots to user space.
+ /*
+ * let exception store code to handle the message hook in
+ * struct target_type.
+ */
+ int (*message)(struct exception_store *store, unsigned argc,
+ char **argv);
+
struct dm_snapshot *snap;
void *context;
};
--
1.5.5.GIT
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
10-27-2008, 11:07 AM
FUJITA Tomonori
dm snapshot: add message hook to struct exception_store
This enables exception store code to handle the message hook in struct
target_type. Exception store implementations can provide useful
features such as providing delta between two snapshots to user space.
+ /*
+ * let exception store code to handle the message hook in
+ * struct target_type.
+ */
+ int (*message)(struct exception_store *store, unsigned argc,
+ char **argv);
+
struct dm_snapshot *snap;
void *context;
};
--
1.5.5.GIT
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
11-26-2008, 03:17 PM
FUJITA Tomonori
dm snapshot: add message hook to struct exception_store
This enables exception store code to handle the message hook in struct
target_type. Exception store implementations can provide useful
features such as providing delta between two snapshots to user space.