Menu

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

Download this file

32 lines (22 with data), 662 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
26
27
28
29
30
31
#ifndef CHILON_POLL_MONITOR_FLAGS_HPP
#define CHILON_POLL_MONITOR_FLAGS_HPP
namespace chilon { namespace poll { namespace monitor {
// these work for poll and filesystem changes
struct read {};
struct write {};
struct read_write {};
// file system changes
typedef read file_read;
struct directory_creation {};
struct file_creation {};
struct path_creation {};
struct directory_removal {};
struct file_removal {};
struct path_removal {};
struct file_open {};
struct file_modification {};
struct attribute_modification {};
struct file_write_end {};
struct file_read_end {};
} } }
#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.