Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / file-descriptor.hpp
index 164842f86ba8184d2cec46715a43be031ba8e606..c0076eb9cb5e04af5d66c0bffce63b6985ab144a 100644 (file)
@@ -42,8 +42,9 @@ public:
         */
        void write(const void *buffer, std::size_t size);
 
+       int fd() const noexcept;
+
 protected:
-       int _fd() const noexcept;
        void _cleanup() noexcept;
 
 private:
This page took 0.024392 seconds and 4 git commands to generate.