aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstore_control.c
Commit message (Collapse)AuthorAgeFilesLines
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | The xenstore header xs.h is producing conflicts with other software[1]. xs is a too short identifier and does not matche the library. Renaming the headers to xenstore.h and xenstore_lib.h is the easiest way to make them easy recognizable and prevent furthe problems. [1]: http://bugs.debian.org/668550 [ Also update QEMU_TAG, to bring in corresponding change to qemu-xen-traditional. -iwj ] Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> --HG-- rename : tools/xenstore/xs.h => tools/xenstore/xenstore.h rename : tools/xenstore/xs_lib.h => tools/xenstore/xenstore_lib.h
* Cope if xenstore is down.emellor@leeni.uk.xensource.com2006-03-021-0/+5
| | | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Fix violation of C90 mixed-code-and-declarations restriction.emellor@leeni.uk.xensource.com2006-03-021-1/+3
| | | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added a basic integrity checker, and some basic ability to recover from storeemellor@leeni.uk.xensource.com2006-03-021-0/+28
corruption, rather than just spewing error messages and exiting. Added a xenstore-control executable, which sends commands to xenstored. Currently, the only command is 'check', which triggers an integrity check. (The integrity check is also triggered whenever a corrupted store is detected). Signed-off-by: Ewan Mellor <ewan@xensource.com>