Cleanup: rotation-thread: enforce conding standard following fix
[lttng-tools.git] / src / common / file-descriptor.hpp
index 164842f86ba8184d2cec46715a43be031ba8e606..68686a4adccc89efb7613a3b805e66052cce6c81 100644 (file)
@@ -42,8 +42,8 @@ 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.024685 seconds and 4 git commands to generate.