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
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-04-15 14:10:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-04-15 14:10:07 +0300
commit24b2809011b3298e781e46af54491d85598f293d (patch)
tree60bfc813045e4f0c61daa93e8d85af63e60c2fb7 /cmake/headers.cmake
parent7e8bbc8b8d4b2822d9ac36b546d68586dc8e7d82 (diff)
Filled out the last of the i/o multiplexer interface and lifecycle.
Diffstat (limited to 'cmake/headers.cmake')
-rw-r--r--cmake/headers.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index 116cc3a9..759bae0d 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -63,6 +63,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/detail/impl/windows/statfs.ipp"
"include/llfio/v2.0/detail/impl/windows/storage_profile.ipp"
"include/llfio/v2.0/detail/impl/windows/symlink_handle.ipp"
+ "include/llfio/v2.0/detail/impl/windows/test/iocp_multiplexer.ipp"
"include/llfio/v2.0/detail/impl/windows/utils.ipp"
"include/llfio/v2.0/directory_handle.hpp"
"include/llfio/v2.0/fast_random_file_handle.hpp"