diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-02-23 19:32:17 +0100 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-05-13 15:33:11 -0700 |
commit | 3ea7a8e67bbf5362283e9c08f8177228d77fa1bd (patch) | |
tree | bf0d24fdf19b661f4baa318c72bc6ae682255335 /includes | |
parent | a977960638a906db049ad89d46e0d3288bd8d2be (diff) |
devices/storage - udisks2: added pm, apm, aam, part. table type and partitions list
Diffstat (limited to 'includes')
-rw-r--r-- | includes/udisks2_util.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |