diff options
| author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2021-10-16 23:37:45 +0200 | 
|---|---|---|
| committer | Ondrej Čerman <ondrej.cerman@gmail.com> | 2021-10-19 19:31:50 +0200 | 
| commit | 0444fa61fa43112c8a3d1025223ea1821ed21d97 (patch) | |
| tree | 185f69f3b570ffc87695a1b1dcefc3225c6f1569 /includes | |
| parent | e941b2ada4ef3cad921d0fe87dcc75baf2cdcb73 (diff) | |
devices/storage - added WWN/EUI Identifier and IEEE OUI
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/storage_util.h | 4 | ||||
| -rw-r--r-- | includes/udisks2_util.h | 1 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/includes/storage_util.h b/includes/storage_util.h index 8dfed42f..4866d88c 100644 --- a/includes/storage_util.h +++ b/includes/storage_util.h @@ -5,6 +5,10 @@  typedef struct u2driveext {      udiskd *d;      pcid *nvme_controller; +    struct{ +        gchar *oui; +        gchar *vendor; +    } wwid_oui;      vendor_list vendors;  } u2driveext; diff --git a/includes/udisks2_util.h b/includes/udisks2_util.h index 0af221b9..2f65c376 100644 --- a/includes/udisks2_util.h +++ b/includes/udisks2_util.h @@ -35,6 +35,7 @@ typedef struct udiskd {      gchar *revision;      gchar *block_dev;      gchar *serial; +    gchar *wwid;      gchar *connection_bus;      gchar *partition_table;      udiskp *partitions; | 
