]> granicus.if.org Git - libevent/commitdiff
Remove the unused bits from EVLIST_ALL
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Apr 2012 16:56:07 +0000 (12:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 May 2012 16:05:53 +0000 (12:05 -0400)
include/event2/event_struct.h

index 6f30bde9006fab136235cacd08d331edadd441a6..d2470f052ec80c98611205af6e8000322d86c76a 100644 (file)
@@ -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 <sys/queue.h> */
 #ifndef TAILQ_ENTRY