aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstore_control.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>