tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Dec 2013 09:29:45 +0000 (10:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 11 Dec 2013 21:46:09 +0000 (22:46 +0100)
There are some existing callers which assume the old
SA_INFO_QUEUE_COUNT 100 value.

256 should give room for the future.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10214
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/tevent/tevent_signal.c

index cf5464f3a21800ee7c00be163e1c5c5836c19e1d..3d236220a8b9d2d899f8da2553b6335558393fe8 100644 (file)
@@ -35,7 +35,7 @@
   wrap to work correctly. Thanks to Petr Vandrovec <petr@vandrovec.name>
   for this. */
 
-#define TEVENT_SA_INFO_QUEUE_COUNT 64
+#define TEVENT_SA_INFO_QUEUE_COUNT 256
 
 struct tevent_sigcounter {
        uint32_t count;