HomeClusterLabs Projects

Refactor: Remove all use of g_child_watch_add() due to its dependance on threads

Description

Refactor: Remove all use of g_child_watch_add() due to its dependance on threads

Pacemaker is strictly thread free, g_child_watch_add() creates a thread
to handle SIGCHLD. Do the same thing but without the thread part.

Details

Provenance
Andrew Beekhof <andrew@beekhof.net>Authored on Mar 18 2013, 7:26 PM
Parents
rP66c46f7d5b04: Test: Update the valgrind suppressions file
Branches
Unknown
Tags
Unknown

Event Timeline