aboutsummaryrefslogtreecommitdiff
path: root/src/utility.h
Commit message (Collapse)AuthorAge
* Create and use RAII file abstractionGravatar Benjamin Barenblat2016-02-18
|
* Save root file descriptor when starting upGravatar Benjamin Barenblat2016-02-13
Allow access to underlying file system by saving a file descriptor to the underlying directory when starting. Close the FD during FUSE’s destroy routine, though it won’t matter much.