From 97254129aa39e8d06b0ff482e2b78c7ce33fa81b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Jan 2025 01:23:32 +0100 Subject: Store bsd_name in the OSXDisk struct. --- src/lib/cross.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index 78a73b13e..10b0b113f 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -141,6 +141,7 @@ void disk_write_finished (); struct OSXDisk { + std::string bsd_name; std::string device; boost::optional vendor; boost::optional model; -- cgit v1.2.3