diff options
Diffstat (limited to 'src/Idle.hxx')
-rw-r--r-- | src/Idle.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Idle.hxx b/src/Idle.hxx index a0fbad32c..7fc79d10a 100644 --- a/src/Idle.hxx +++ b/src/Idle.hxx @@ -59,6 +59,9 @@ static constexpr unsigned IDLE_SUBSCRIPTION = 0x200; /** a message on the subscribed channel was received */ static constexpr unsigned IDLE_MESSAGE = 0x400; +/** a neighbor was found or lost */ +static constexpr unsigned IDLE_NEIGHBOR = 0x800; + /** * Adds idle flag (with bitwise "or") and queues notifications to all * clients. |