Browse Source

fuse_open.cpp

passthrough2
Antonio SJ Musumeci 7 months ago
parent
commit
bba5951111
  1. 17
      src/fuse_open.cpp

17
src/fuse_open.cpp

@ -36,23 +36,6 @@
#include <vector>
#include <mutex>
struct PT
{
PT()
{
}
PT(PT &&pt_)
{
x = pt_.x;
}
int x;
mutable std::mutex mutex;
};
typedef boost::unordered::concurrent_flat_map<std::string,PT> PTMap;;
static PTMap pt;
namespace l
{

Loading…
Cancel
Save