summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-10-19 00:17:23 +0100
committerRichard Hughes <richard@hughsie.com>2007-10-19 00:17:23 +0100
commit8c311c01e337ed21a8ec548cfaa00303079ae0c3 (patch)
tree93b357a1d2a91a419ebd111f5187734ce6a7c789 /TODO
parentba18968994f1e87496c4cb20e536c4d44a137664 (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--TODO12
1 files changed, 9 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9b4ca02c..474a1395 100644
--- a/TODO
+++ b/TODO
@@ -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