1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-08 00:23:49 +03:00

dmsetup display uuid

This commit is contained in:
Alasdair Kergon
2002-03-13 16:19:17 +00:00
parent e33781e59f
commit a84fa69f28
4 changed files with 14 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ struct dm_deps {
int dm_get_library_version(char *version, size_t size);
int dm_task_get_driver_version(struct dm_task *dmt, char *version, size_t size);
int dm_task_get_info(struct dm_task *dmt, struct dm_info *dmi);
const char *dm_task_get_uuid(struct dm_task *dmt);
struct dm_deps *dm_task_get_deps(struct dm_task *dmt);