From 2e729a6c6d6d6fef94c6c9fa48826ec313a46fd9 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 21 Dec 2020 16:26:54 +0000 Subject: Add statfs_t::f_iosinprogress and statfs_t::f_ioswaittime which can be used to monitor how congested the underlying hardware device for a handle is. --- cmake/tests.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/tests.cmake b/cmake/tests.cmake index b216ccba..47e3ba9e 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -28,6 +28,7 @@ set(llfio_TESTS "test/tests/section_handle_create_close/kernel_section_handle.cpp.hpp" "test/tests/section_handle_create_close/runner.cpp" "test/tests/shared_fs_mutex.cpp" + "test/tests/statfs.cpp" "test/tests/symlink_handle_create_close/kernel_symlink_handle.cpp.hpp" "test/tests/symlink_handle_create_close/runner.cpp" "test/tests/traverse.cpp" -- cgit v1.2.3