From 3ea7a8e67bbf5362283e9c08f8177228d77fa1bd Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 23 Feb 2019 19:32:17 +0100 Subject: devices/storage - udisks2: added pm, apm, aam, part. table type and partitions list --- includes/udisks2_util.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes') diff --git a/includes/udisks2_util.h b/includes/udisks2_util.h index db6753b7..df72e830 100644 --- a/includes/udisks2_util.h +++ b/includes/udisks2_util.h @@ -5,12 +5,18 @@ typedef struct udiskd { gchar *block_dev; gchar *serial; gchar *connection_bus; + gchar *partition_table; + gchar *partitions; gboolean ejectable; gboolean removable; gint32 rotation_rate; gint64 size; gchar *media; gchar *media_compatibility; + gboolean pm_supported; + gboolean aam_supported; + gboolean apm_supported; + gboolean smart_supported; gboolean smart_enabled; gboolean smart_failing; guint64 smart_poweron; -- cgit v1.2.3