]> git.saurik.com Git - redis.git/commit
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>
Tue, 27 Mar 2012 11:48:57 +0000 (13:48 +0200)
commitaa96122d968308f77c4d26ba24c6ec9727b4e88b
tree96527c7cc66b5e8c0c820b021a1bb090602b5d7c
parenta354da9acd8afbe4e600360ef6502c10dfed3ccb
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