Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-12-21 19:26:54 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-03-16 13:21:37 +0300
commit2e729a6c6d6d6fef94c6c9fa48826ec313a46fd9 (patch)
treeda238a978042cf41a59144e6eadf15364d1da664 /cmake
parent17a15470b8d079625732bccfc96a3dd45e18f1c1 (diff)
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.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/tests.cmake1
1 files changed, 1 insertions, 0 deletions
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"