Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
commitc97698e762b1ea8d7133f04ae822225676a6f135
authorJeremy Allison <jra@samba.org>
Thu, 3 Sep 2009 14:38:21 +0000 (3 07:38 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 3 Sep 2009 14:38:21 +0000 (3 07:38 -0700)
tree120352a0a3c3a8f04fb726652f06a50ae3ec47d3
parent38995d7cbb0c3143eb1fea0215863321349c7bbe
Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
SA_INFO_QUEUE_COUNT *MUST* be a power of 2, in order for the ring buffer
wrap to work correctly at the 32 bit boundary. Thanks to Petr
Vandrovec <petr@vandrovec.name> for this.
lib/tevent/tevent_signal.c