aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/slave.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-10add xmemdup macroMattias Andrée1-12/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-27/+27
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08rename pfail to failMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08m + make sure we never lose errnoMattias Andrée1-3/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08no more goto failMattias Andrée1-8/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08replace all variants of goto pfail with fail_ifMattias Andrée1-12/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-13doc style fixMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08never volatile int, always volatile sig_atomic_tMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-24message id is unsigned 32-bitMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-12macros for ato* with castMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: add time-to-liveMattias Andrée1-1/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: marshal and unmarshal the slave listMattias Andrée1-0/+27
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: notify clientMattias Andrée1-3/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée1-0/+403
Signed-off-by: Mattias Andrée <maandree@operamail.com>