From: Daniel Veillard
Date: Tue, 28 Mar 2006 14:48:57 +0000 (+0000)
Subject: Fixing the python example, Daniel
X-Git-Tag: LIBVIRT_0_1_0~14
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78de9baafcfbb5445dad3222ee187c11bcb48eae;p=thirdparty%2Flibvirt.git
Fixing the python example, Daniel
---
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.