summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-03 01:23:32 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-07 00:41:32 +0100
commit97254129aa39e8d06b0ff482e2b78c7ce33fa81b (patch)
tree1a8f900f8fec3aa0b65c46c2ab63bb637446b1b6 /src/lib/cross.h
parent2ef21914513ea6d4d62682cc4ec74b4c3809fc01 (diff)
Store bsd_name in the OSXDisk struct.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 1 insertions, 0 deletions
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<std::string> vendor;
boost::optional<std::string> model;