|
Lines 59-66
Link Here
|
| 59 |
static int pipe_write_fd; |
59 |
static int pipe_write_fd; |
| 60 |
static int pipe_read_fd; |
60 |
static int pipe_read_fd; |
| 61 |
static int change_queue[QUEUESIZE]; |
61 |
static int change_queue[QUEUESIZE]; |
| 62 |
static volatile sig_atomic_t DNotify::queue_overflowed; |
62 |
static volatile sig_atomic_t queue_overflowed; |
| 63 |
static volatile sig_atomic_t DNotify::queue_changed; |
63 |
static volatile sig_atomic_t queue_changed; |
| 64 |
static volatile int queue_head; // Only modified by read handler |
64 |
static volatile int queue_head; // Only modified by read handler |
| 65 |
static volatile int queue_tail; // Only modified by signal handler |
65 |
static volatile int queue_tail; // Only modified by signal handler |
| 66 |
static EventHandler ehandler; |
66 |
static EventHandler ehandler; |