From 78de9baafcfbb5445dad3222ee187c11bcb48eae Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Tue, 28 Mar 2006 14:48:57 +0000
Subject: [PATCH] Fixing the python example, Daniel
---
docs/architecture.html | 2 +-
docs/libvir.html | 28 +++++++++++++++-------------
docs/python.html | 25 +++++++++++++------------
3 files changed, 29 insertions(+), 26 deletions(-)
diff --git a/docs/architecture.html b/docs/architecture.html
index f669d545e3..64ba00f997 100644
--- a/docs/architecture.html
+++ b/docs/architecture.html
@@ -42,4 +42,4 @@ drivers present in driver.h:
- xend_internal: implements the driver fun
Note that a given driver may only implement a subset of those functions,
for example saving a domain state to disk and restoring it is only possible
though the Xen Daemon, on the other hand all interfaces allow to query the
-runtime state of a given domain.