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/storage_util.h | |
parent | e941b2ada4ef3cad921d0fe87dcc75baf2cdcb73 (diff) |
devices/storage - added WWN/EUI Identifier and IEEE OUI
Diffstat (limited to 'includes/storage_util.h')
-rw-r--r-- | includes/storage_util.h | 4 |
1 files changed, 4 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; |