Browse Source

state.hpp

openfiles
Antonio SJ Musumeci 3 weeks ago
parent
commit
c9bd2c0325
  1. 2
      src/state.hpp

2
src/state.hpp

@ -16,7 +16,7 @@ struct PassthroughDetails
class State
{
public:
boost::concurrent_flat_map<std::filesystem::path,int> passthrough;
boost::concurrent_flat_map<std::filesystem::path,PassthroughDetails> passthrough;
};
extern State state;
Loading…
Cancel
Save