summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_signal.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-23 10:42:31 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-27 15:28:06 +0100
commit920f8b15685eb3f378c6ba5865a57e5f4d36e042 (patch)
treee88fc85115d4a971d4a05b294867d52eea4ef6da /lib/tevent/tevent_signal.c
parenta7e620522e72e27361ebe34172048db458fe581a (diff)
downloadsamba-920f8b15685eb3f378c6ba5865a57e5f4d36e042.tar.gz
samba-920f8b15685eb3f378c6ba5865a57e5f4d36e042.tar.bz2
samba-920f8b15685eb3f378c6ba5865a57e5f4d36e042.zip
tevent: change SA_INFO_QUEUE_COUNT from 10 to 100
The samba3 aio code requires lp_max_mux() with a default of 50 and the samba3 linux oplock code requires 100. May we could make the size dynamic later. metze
Diffstat (limited to 'lib/tevent/tevent_signal.c')
-rw-r--r--lib/tevent/tevent_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_signal.c b/lib/tevent/tevent_signal.c
index c21ba209af..04ee6975bd 100644
--- a/lib/tevent/tevent_signal.c
+++ b/lib/tevent/tevent_signal.c
@@ -29,7 +29,7 @@
#define NUM_SIGNALS 64
/* maximum number of SA_SIGINFO signals to hold in the queue */
-#define SA_INFO_QUEUE_COUNT 10
+#define SA_INFO_QUEUE_COUNT 100
struct sigcounter {
uint32_t count;