diff options
Diffstat (limited to 'src/util.hpp')
-rw-r--r-- | src/util.hpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/util.hpp b/src/util.hpp index 5ebee23..f4e6e5f 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -85,12 +85,9 @@ struct ScopeTrace { }; #endif -// _ _ _ __ _ -// ___| |_ _ __ _ _ ___| |_ _ _ _ __ (_) __ _ _ _ ___ / _| __| | -// / __| __| '__| | | |/ __| __| | | | | '_ \| |/ _` | | | |/ _ \ | |_ / _` | -// \__ \ |_| | | |_| | (__| |_ | |_| | | | | | (_| | |_| | __/ | _| (_| | -// |___/\__|_| \__,_|\___|\__| \__,_|_| |_|_|\__, |\__,_|\___|___|_| \__,_| -// |_| |_____| +/** + * @struct unique_fd + */ struct unique_fd { int fd{-1}; unique_fd() = default; |