Date: Sun, 29 Aug 2010 21:39:49 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd hooks.c hooks.h Message-ID: <201008292140.o7TLe0JU051392@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-08-29 21:39:49 UTC FreeBSD src repository Modified files: sbin/hastd hooks.c hooks.h Log: SVN rev 211976 on 2010-08-29 21:39:49Z by pjd - Add hook_fini() which should be called after fork() from the main hastd process, once it start to use hooks. - Add hook_check_one() in case the caller expects different child processes and once it can recognize it, it will pass pid and status to hook_check_one(). MFC after: 2 weeks Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com Revision Changes Path 1.4 +58 -22 src/sbin/hastd/hooks.c 1.3 +4 -0 src/sbin/hastd/hooks.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008292140.o7TLe0JU051392>