X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Ffile-descriptor.hpp;h=c0076eb9cb5e04af5d66c0bffce63b6985ab144a;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=68686a4adccc89efb7613a3b805e66052cce6c81;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/common/file-descriptor.hpp b/src/common/file-descriptor.hpp index 68686a4ad..c0076eb9c 100644 --- a/src/common/file-descriptor.hpp +++ b/src/common/file-descriptor.hpp @@ -43,6 +43,7 @@ public: void write(const void *buffer, std::size_t size); int fd() const noexcept; + protected: void _cleanup() noexcept;