summaryrefslogtreecommitdiffstats
path: root/lib/types
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types')
-rw-r--r--lib/types/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index d73f161..d2a2918 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -66,11 +66,19 @@ struct interface_info {
char *name;
};
+struct blockdev_info {
+ char *name;
+ char *uuid;
+ char *mountpoint;
+};
+
struct system_info {
char *type;
char *identifier;
struct interface_info **interfaces;
unsigned int n_interfaces;
+ struct blockdev_info **blockdevs;
+ unsigned int n_blockdevs;
};
#define HWADDR_SIZE 6
OpenPOWER on IntegriCloud