core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() function
authorThomas Haller <thaller@redhat.com>
Fri, 14 Feb 2014 11:54:36 +0000 (12:54 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 10 Jul 2014 14:25:10 +0000 (16:25 +0200)
commit1f8418541ecb36c2d1e6222386b464c23e326fe3
treeeba1a291162891fd680593b89759781ecda39f84
parentc469e81f960ccf4437ddb9029c9ce04028c4bcf2
core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() function

Add utility function to kill and reap a child process.

https://bugzilla.gnome.org/show_bug.cgi?id=725660

Signed-off-by: Thomas Haller <thaller@redhat.com>
.gitignore
src/NetworkManagerUtils.c
src/NetworkManagerUtils.h
src/tests/Makefile.am
src/tests/test-general-with-expect.c [new file with mode: 0644]