Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
3b5226b3b1
  1. 2
      src/fuse_open.cpp

2
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<std::string,PT> PTMap;;

Loading…
Cancel
Save