aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_core.h
diff options
context:
space:
mode:
authorvhanquez@gwig.uk.xensource.com <vhanquez@gwig.uk.xensource.com>2006-07-31 09:30:36 +0000
committervhanquez@gwig.uk.xensource.com <vhanquez@gwig.uk.xensource.com>2006-07-31 09:30:36 +0000
commit8d79f14a5d89af02c8a9dd3710228c4d7c20b237 (patch)
tree1fb2880f075b0e26b6431a5090620e884c00a932 /tools/xenstore/xenstored_core.h
parentd763fcc1635f3dfc4af6da15a3f329cbe0e3e14e (diff)
downloadxen-8d79f14a5d89af02c8a9dd3710228c4d7c20b237.tar.gz
xen-8d79f14a5d89af02c8a9dd3710228c4d7c20b237.tar.bz2
xen-8d79f14a5d89af02c8a9dd3710228c4d7c20b237.zip
Add a transaction_started field in xenstored connection structure instead of
browsing the list of transaction each time Bump the default to 10, and make it configurable through the command line. Signed-off-by: Vincent Hanquez <vincent@xensource.com>
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 f16d018047..0849e7ba78 100644
--- a/tools/xenstore/xenstored_core.h
+++ b/tools/xenstore/xenstored_core.h
@@ -79,6 +79,7 @@ struct connection
/* List of in-progress transactions. */
struct list_head transaction_list;
uint32_t next_transaction_id;
+ unsigned int transaction_started;
/* The domain I'm associated with, if any. */
struct domain *domain;