diff options
author | randomdan <randomdan@localhost> | 2010-10-21 00:50:00 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-10-21 00:50:00 +0000 |
commit | ea88a0efb8247c3617ff23223f2a3813bb73513c (patch) | |
tree | db49502385c1ab8229d5b5ccd859e0385b1dc16e /netfs/fuse.h | |
parent | Add init script (diff) | |
download | netfs-ea88a0efb8247c3617ff23223f2a3813bb73513c.tar.bz2 netfs-ea88a0efb8247c3617ff23223f2a3813bb73513c.tar.xz netfs-ea88a0efb8247c3617ff23223f2a3813bb73513c.zip |
Specify config file in device name
Diffstat (limited to 'netfs/fuse.h')
-rw-r--r-- | netfs/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/fuse.h b/netfs/fuse.h index 707b368..ede0d2b 100644 --- a/netfs/fuse.h +++ b/netfs/fuse.h @@ -54,6 +54,7 @@ class NetFS : public FuseAppBase std::string mountPoint; std::string exportName; + std::string configPath; }; #endif |