diff options
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; | 
