summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_keepalive.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2019-03-15ctdb-daemon: Add an environment variable to set versionMartin Schwenke1-1/+21
2017-05-24ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs1-0/+10
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs1-0/+57
2017-05-24ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs1-0/+27
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-2/+12
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-9/+10
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2009-06-01add a new node state : DELETED.Ronnie Sahlberg1-0/+5
2008-11-20Keepalive packets were only sent every KeepaliveInterval if the socketRonnie Sahlberg1-4/+2
2008-02-04merge from ronnieAndrew Tridgell1-2/+2
2008-02-04added debug constants to allow for better mapping to syslog levelsAndrew Tridgell1-1/+1
2008-01-15split node health monitoring and checking for connected/disconnected Ronnie Sahlberg1-0/+105