Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119977 | Differences between
and this patch

Collapse All | Expand All

(-)src/DNotify.h.orig (-2 / +2 lines)
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;

Return to bug 119977