]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add basic signal handling functions
authorWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 06:53:33 +0000 (08:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 07:24:23 +0000 (09:24 +0200)
commit8f38bd0497e66d118f945d77cdd3e51028b810f1
tree826b5262e7b81d78915484ee5fd5ab28d696613f
parent36db02e6b1cce9abb952f00e3aaf318473d64d87
[MINOR] add basic signal handling functions

These functions will be used to deliver asynchronous signals in order
to make the signal handling functions more robust. The goal is to keep
the same interface to signal handlers.
include/common/defaults.h
include/proto/signal.h [new file with mode: 0644]
include/types/signal.h [new file with mode: 0644]
src/signal.c [new file with mode: 0644]