diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 0330dfb9..6510ddf7 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -41,8 +41,9 @@ struct PT PT() { } - - std::mutex mutex; + + int x; + //std::mutex mutex; }; typedef boost::unordered::concurrent_flat_map PTMap;;