blob: 9f060ce06b1f0907a3273fd23b5c2a29010c1e53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/src/DNotify.h
+++ b/src/DNotify.h
@@ -59,8 +59,8 @@ private:
static int pipe_write_fd;
static int pipe_read_fd;
static int change_queue[QUEUESIZE];
- static volatile sig_atomic_t DNotify::queue_overflowed;
- static volatile sig_atomic_t DNotify::queue_changed;
+ static volatile sig_atomic_t queue_overflowed;
+ static volatile sig_atomic_t queue_changed;
static volatile int queue_head; // Only modified by read handler
static volatile int queue_tail; // Only modified by signal handler
static EventHandler ehandler;
|