]> git.ipfire.org Git - thirdparty/tor.git/commit
New waitpid-handler functions to run callbacks when a child exits.
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Apr 2014 17:45:27 +0000 (13:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 14 Jun 2014 15:40:27 +0000 (11:40 -0400)
commit4ed03965a5a412bf58540e678f48f6c331ad30d9
tree3f5b5783104d00129773c2e07a170b824373cf57
parent87e16087b74d1348a1500a24cce238a2463822dc
New waitpid-handler functions to run callbacks when a child exits.

Also, move 'procmon' into libor_event library, since it uses libevent.
src/common/include.am
src/common/procmon.c
src/common/util_process.c [new file with mode: 0644]
src/common/util_process.h [new file with mode: 0644]
src/or/main.c
src/or/or.h