Browse Source

state.hpp

rootfd
Antonio SJ Musumeci 2 months ago
parent
commit
02f01e1d64
  1. 1
      src/state.hpp

1
src/state.hpp

@ -57,6 +57,7 @@ private:
public: public:
OpenFileMap open_files; OpenFileMap open_files;
int root_fd;
}; };
extern State state; extern State state;
Loading…
Cancel
Save