]> git.saurik.com Git - redis.git/commit - src/bio.c
Mask SIGALRM everything but in the main thread.
authorantirez <antirez@gmail.com>
Tue, 27 Mar 2012 11:48:53 +0000 (13:48 +0200)
committerantirez <antirez@gmail.com>
Wed, 28 Mar 2012 11:18:21 +0000 (13:18 +0200)
commite4cd5838fc6a816146fecf94f1c33441ff61ec89
tree3248335660a0abb1249dbd5535b1038a02f4607e
parent1507be5b01df4fcbaf42ca514a79b4b6c7f19d23
Mask SIGALRM everything but in the main thread.

This is required to ensure that the signal will be delivered to the main
thread when the watchdog timer expires.
src/bio.c