pjd 2010-08-27 14:26:37 UTC
FreeBSD src repository
Modified files:
sbin/hastd hast.h primary.c secondary.c
Log:
SVN rev 211882 on 2010-08-27 14:26:37Z by pjd
Implement keepalive mechanism inside HAST protocol so we can detect secondary
node failures quickly for HAST resources that are rarely modified.
Remove XXX from a comment now that the guard thread never sleeps infinitely.
MFC after: 2 weeks
Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
Revision Changes Path
1.4 +7 -1 src/sbin/hastd/hast.h
1.15 +46 -14 src/sbin/hastd/primary.c
1.8 +13 -1 src/sbin/hastd/secondary.c