Date: Thu, 5 May 2011 18:50:52 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastctl hastctl.c src/sbin/hastd control.c control.h hast_proto.c hastd.c Message-ID: <201105051851.p45Ip7uJ026983@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trociny 2011-05-05 18:50:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sbin/hastctl hastctl.c
sbin/hastd control.c control.h hast_proto.c hastd.c
Log:
SVN rev 221507 on 2011-05-05 18:50:52Z by trociny
MFC r221074, r221075, r221076, r221078:
r221074:
Fix assert messages.
r221075:
For conversation between hastctl and hastd we should use HASTCTL_CMD
defines.
r221076:
Rename HASTCTL_ defines, which are used for conversation between main
hastd process and workers, remove unused one and set different range
of numbers. This is done in order not to confuse them with HASTCTL_CMD
defines, used for conversation between hastctl and hastd, and to avoid
bugs like the one fixed in r221075.
r221078:
Add missing ifdef. This fixes build with NO_OPENSSL.
Reported by: Pawel Tyll <ptyll@nitronet.pl>
Approved by: pjd (mentor)
Revision Changes Path
1.1.2.7 +2 -2 src/sbin/hastctl/hastctl.c
1.1.2.7 +8 -8 src/sbin/hastd/control.c
1.1.2.5 +2 -3 src/sbin/hastd/control.h
1.1.2.8 +2 -0 src/sbin/hastd/hast_proto.c
1.2.2.14 +1 -1 src/sbin/hastd/hastd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105051851.p45Ip7uJ026983>
