Browse Source

state.hpp

rootfd
Antonio SJ Musumeci 3 months ago
parent
commit
b5f3255400
  1. 2
      src/state.hpp

2
src/state.hpp

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