From 0444fa61fa43112c8a3d1025223ea1821ed21d97 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 16 Oct 2021 23:37:45 +0200 Subject: devices/storage - added WWN/EUI Identifier and IEEE OUI --- includes/storage_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/storage_util.h') 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; -- cgit v1.2.3