diff options
author | Richard Hughes <richard@hughsie.com> | 2007-10-19 00:17:23 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-10-19 00:17:23 +0100 |
commit | 8c311c01e337ed21a8ec548cfaa00303079ae0c3 (patch) | |
tree | 93b357a1d2a91a419ebd111f5187734ce6a7c789 /TODO | |
parent | ba18968994f1e87496c4cb20e536c4d44a137664 (diff) |
do SIGQUIT and then SIGKILL after a little delay, so we can unlock the yum backend nicely when we cancel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -44,7 +44,13 @@ if not a valid package_id then *** Unit tests *** PkSpawn is a complex and untested bit of code. -*** Send SIGQUIT *** -Do SIGKILL only if SIGQUIT didn't work... - +*** PkSpawn enum return value *** +pk_test_finished_cb (PkSpawn *spawn, gint exitcode, gpointer data) +- exitcode is undefined - make an enum + PK_SPAWN_EXIT_SUCCESS + PK_SPAWN_EXIT_FAILED + PK_SPAWN_EXIT_KILLED + +*** backend docbook *** +Explain SIGQUIT and SIGKILL in the docs |