diff options
author | randomdan <randomdan@localhost> | 2010-10-22 01:10:10 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-10-22 01:10:10 +0000 |
commit | 6cae29a6090b7216eaff9ce59f0fced57296441d (patch) | |
tree | c31c9233a12869f8ecd8244845cdab59ea7a6f01 /netfs/fuse.h | |
parent | Use the config path given (diff) | |
download | netfs-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.h | 2 |
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; |