We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0558374 commit 8e6c3f9Copy full SHA for 8e6c3f9
include/notify-cpp/event.h
@@ -46,7 +46,7 @@ enum class Event {
46
delete_self = (1 << 10),
47
move_self = (1 << 11),
48
49
- // NOT (yet) supported
+ // undefined behaver
50
none = (1 << 12),
51
52
// helper
@@ -136,4 +136,5 @@ class EventHandler {
136
137
std::string toString(const Event);
138
std::ostream& operator<<(std::ostream&, const Event&);
139
+
140
}
include/notify-cpp/fanotify.h
@@ -64,6 +64,6 @@ class Fanotify : public Notify {
64
enum { FD_POLL_FANOTIFY = 0,
65
FD_POLL_MAX };
66
67
- const size_t _fanotify_buffer_size = 8192;
+ const size_t _fanotify_buffer_size = 8192;
68
};
69
0 commit comments