aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/TODO
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-24 08:16:13 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-24 08:16:13 +0000
commitc8cf49e882fd2e0aa7450e25c7b5b785dc97c725 (patch)
treef07f344f0d31d1177f356479c0316794edd57ad9 /tools/xenstore/TODO
parent8e6ffdae8e693b28fbe6d753257e3aefd07c9c31 (diff)
downloadxen-c8cf49e882fd2e0aa7450e25c7b5b785dc97c725.tar.gz
xen-c8cf49e882fd2e0aa7450e25c7b5b785dc97c725.tar.bz2
xen-c8cf49e882fd2e0aa7450e25c7b5b785dc97c725.zip
bitkeeper revision 1.1748 (42bbc14djIjScNrLp20eDhlxUjQl4g)
xenstored_transaction.c, xenstored_core.h, xenstored_core.c, TODO: Update TODO list Wrap opendir in talloc so it gets cleaned up on OOM. Remove last call to system by open-coding "cp -al" to create transaction. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstore/TODO')
-rw-r--r--tools/xenstore/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/xenstore/TODO b/tools/xenstore/TODO
index 9e22afe536..8e4185b211 100644
--- a/tools/xenstore/TODO
+++ b/tools/xenstore/TODO
@@ -4,4 +4,6 @@ reader to fill in the blanks.
- Remove calls to system() from daemon
- Timeout failed watch responses
-- Timeout blocking transactions
+- Dynamic nodes
+- Persistant storage of introductions, watches and transactions, so daemon can restart
+- Remove assumption that rename doesn't fail