aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_core.h
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-26 15:24:28 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-26 15:24:28 +0000
commitdfc7e02e7ab3715f098e8a6c4105016b0862c5df (patch)
tree59c750da6e7037df5eb06171a3fa7006dd381aae /tools/xenstore/xenstored_core.h
parentdf569ddb1c12693b96a2abfc518860ff344448b5 (diff)
downloadxen-dfc7e02e7ab3715f098e8a6c4105016b0862c5df.tar.gz
xen-dfc7e02e7ab3715f098e8a6c4105016b0862c5df.tar.bz2
xen-dfc7e02e7ab3715f098e8a6c4105016b0862c5df.zip
Fix bug where transaction fires multiple events.
Add general trace() call to help future debugging. Signed-off-by: Rusty Russel <rusty@rustcorp.com.au> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstore/xenstored_core.h')
-rw-r--r--tools/xenstore/xenstored_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_core.h b/tools/xenstore/xenstored_core.h
index 61d47b5342..9643d36b95 100644
--- a/tools/xenstore/xenstored_core.h
+++ b/tools/xenstore/xenstored_core.h
@@ -170,5 +170,6 @@ void *read_all(int *fd, unsigned int *size);
void trace_create(const void *data, const char *type);
void trace_destroy(const void *data, const char *type);
void trace_watch_timeout(const struct connection *conn, const char *node, const char *token);
+void trace(const char *fmt, ...);
#endif /* _XENSTORED_CORE_H */