X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futil.hpp;h=f4e6e5ff23b66e63be37462b778d17e5241f904e;hb=c392fff74872af6d4f165ff3f854d19f390ec0ee;hp=5ebee2324d0457080f916f555226cae4391bc065;hpb=0b1d9ca2550bdb877d065a74e4debcc95c4e7b98;p=apps%2Fagl-service-windowmanager-2017.git 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;