summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/device-handler.h')
-rw-r--r--discover/device-handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/discover/device-handler.h b/discover/device-handler.h
index 854be48..9d477db 100644
--- a/discover/device-handler.h
+++ b/discover/device-handler.h
@@ -33,8 +33,10 @@ struct discover_device {
const char *uuid;
const char *label;
- const char *mount_path;
+ char *mount_path;
const char *device_path;
+ bool mounted;
+ bool unmount;
bool notified;
OpenPOWER on IntegriCloud