summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/secondary.c
Commit message (Expand)AuthorAgeFilesLines
* Before this change on first connect between primary and secondary wepjd2010-10-241-2/+11
* Simplify code a bit.pjd2010-10-241-3/+1
* Plug memory leak.pjd2010-10-241-0/+2
* Switch to sigprocmask(2) API also in the main process and secondary process.pjd2010-09-221-2/+4
* Fix possible deadlock where worker process sends an event to the main processpjd2010-09-221-4/+14
* Add __dead2 to functions that we know they are going to exit.pjd2010-09-201-1/+1
* Correct error message.pjd2010-08-311-1/+1
* Because it is very hard to make fork(2) from threaded process safe (we arepjd2010-08-301-4/+17
* Execute hook when connection between the nodes is established or lost.pjd2010-08-301-3/+21
* Execute hook when split-brain is detected.pjd2010-08-301-0/+2
* Allow to run hooks from the main hastd process.pjd2010-08-291-0/+3
* Implement keepalive mechanism inside HAST protocol so we can detect secondarypjd2010-08-271-1/+13
* Add QUEUE_INSERT() and QUEUE_TAKE() macros that simplify the code a bit.pjd2010-08-271-54/+35
* Reset signal handlers after fork().pjd2010-08-051-0/+3
* - Use pjdlog_exitx() to log errors and exit instead of errx().pjd2010-08-051-4/+6
* Correct various log messages.pjd2010-06-141-1/+1
* Plug memory leak.pjd2010-06-141-0/+1
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-291-0/+6
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+697
OpenPOWER on IntegriCloud