summaryrefslogtreecommitdiffstats
path: root/EmulatedVolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatedVolume.h')
-rw-r--r--EmulatedVolume.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/EmulatedVolume.h b/EmulatedVolume.h
index 04d4508..09686c1 100644
--- a/EmulatedVolume.h
+++ b/EmulatedVolume.h
@@ -46,10 +46,13 @@ protected:
status_t doUnmount() override;
private:
- /* Mount point of raw storage */
std::string mRawPath;
- /* Mount point of visible storage */
- std::string mFusePath;
+ std::string mLabel;
+
+ std::string mFuseDefault;
+ std::string mFuseRead;
+ std::string mFuseWrite;
+
/* PID of FUSE wrapper */
pid_t mFusePid;