From 9889a3d883d99c644f00398c3a6a11a9037e8117 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Apr 2012 12:56:07 -0400 Subject: [PATCH] Remove the unused bits from EVLIST_ALL --- include/event2/event_struct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/event2/event_struct.h b/include/event2/event_struct.h index 6f30bde9..d2470f05 100644 --- a/include/event2/event_struct.h +++ b/include/event2/event_struct.h @@ -61,8 +61,7 @@ extern "C" { #define EVLIST_INTERNAL 0x10 #define EVLIST_INIT 0x80 -/* EVLIST_X_ Private space: 0x1000-0xf000 */ -#define EVLIST_ALL (0xf000 | 0x9f) +#define EVLIST_ALL 0x9f /* Fix so that people don't have to run with */ #ifndef TAILQ_ENTRY -- 2.50.1