Date: Thu, 27 Jan 2011 19:28:29 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd pjdlog.c pjdlog.h Message-ID: <201101271928.p0RJSmAh042165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2011-01-27 19:28:29 UTC
FreeBSD src repository
Modified files:
sbin/hastd pjdlog.c pjdlog.h
Log:
SVN rev 217966 on 2011-01-27 19:28:29Z by pjd
Extend pjdlog_verify() to support the following additional macros:
PJDLOG_RVERIFY() - always check expression and on false log the given message
and exit.
PJDLOG_RASSERT() - check expression when NDEBUG is not defined and on false log
given message and exit.
PJDLOG_ABORT() - log the given message and exit.
MFC after: 1 week
Revision Changes Path
1.14 +29 -6 src/sbin/hastd/pjdlog.c
1.6 +15 -3 src/sbin/hastd/pjdlog.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101271928.p0RJSmAh042165>
