summaryrefslogtreecommitdiff
path: root/netfs/fuse.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-10-22 01:10:10 +0000
committerrandomdan <randomdan@localhost>2010-10-22 01:10:10 +0000
commit6cae29a6090b7216eaff9ce59f0fced57296441d (patch)
treec31c9233a12869f8ecd8244845cdab59ea7a6f01 /netfs/fuse.h
parentUse the config path given (diff)
downloadnetfs-6cae29a6090b7216eaff9ce59f0fced57296441d.tar.bz2
netfs-6cae29a6090b7216eaff9ce59f0fced57296441d.tar.xz
netfs-6cae29a6090b7216eaff9ce59f0fced57296441d.zip
Initialise the IC after fuse forks, fixes whatever the hell it is that stops it working otherwise
Diffstat (limited to 'netfs/fuse.h')
-rw-r--r--netfs/fuse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netfs/fuse.h b/netfs/fuse.h
index ede0d2b..bfe9335 100644
--- a/netfs/fuse.h
+++ b/netfs/fuse.h
@@ -42,6 +42,8 @@ class NetFS : public FuseAppBase
int statfs(const char *, struct statvfs *);
// stuff
+ int & _argc;
+ char ** _argv;
Ice::CommunicatorPtr ic;
NetFSComms::FilesPrx files;