diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 6510ddf7..37a9c7a4 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -43,7 +43,7 @@ struct PT } int x; - //std::mutex mutex; + mutable std::mutex mutex; }; typedef boost::unordered::concurrent_flat_map PTMap;;