Menu

[94f52a]: / poll / filesystem.hpp  Maximize  Restore  History

Download this file

26 lines (18 with data), 654 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef CHILON_POLL_FILESYSTEM_HPP
#define CHILON_POLL_FILESYSTEM_HPP
#include <chilon/poll/pollable.hpp>
#include <chilon/config.hpp>
#include <chilon/poll/monitor_flags.hpp>
#if 0
#define CHILON_POLL_FILESYSTEM_INCLUDE <chilon/poll/detail/CHILON_FS_MONITOR_TYPE/CHILON_FS_MONITOR_TYPE.hpp>
#include CHILON_POLL_FILESYSTEM_INCLUDE
#endif
#if CHILON_FS_MONITOR_TYPE == inotify
#include <chilon/poll/detail/inotify/inotify.hpp>
#elif CHILON_FS_MONITOR_TYPE == kqueue
#include <chilon/poll/detail/kqueue/kqueue.hpp>
#endif
namespace chilon { namespace poll {
struct filesystem : detail::CHILON_FS_MONITOR_TYPE::CHILON_FS_MONITOR_TYPE {};
} }
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.