-
- Downloads
Added a level of indirection to the files for the system wrapper.
This will allow both open/read/write/close semantics for real files and open/ioctl/read/write/close semantics for device files (sg ant st).
Showing
- system/CMakeLists.txt 1 addition, 1 deletionsystem/CMakeLists.txt
- system/FileWrappers.cc 47 additions, 0 deletionssystem/FileWrappers.cc
- system/FileWrappers.hh 61 additions, 0 deletionssystem/FileWrappers.hh
- system/Wrapper.cc 30 additions, 20 deletionssystem/Wrapper.cc
- system/Wrapper.hh 35 additions, 19 deletionssystem/Wrapper.hh
Loading
Please register or sign in to comment