* Makefile.am configure.in docs/apibuild.py docs/libxen-api.xml

docs/libxen-refs.xml docs/structures.fig: starting to add docs
  and the extraction tool
* src/libxen.c: fixed comments error raised by apibuild
Daniel
This commit is contained in:
Daniel Veillard
2005-12-01 17:34:21 +00:00
parent e6b590c8a9
commit ff4ede0055
8 changed files with 3027 additions and 4 deletions

View File

@@ -374,7 +374,7 @@ xenDomainDestroy(xenDomainPtr domain) {
*
* Suspends an active domain, the process is frozen without further access
* to CPU resources and I/O but the memory used by the domain at the
* hypervisor level will stay allocated. Use xenResumeDomain() to reactivate
* hypervisor level will stay allocated. Use xenDomainResume() to reactivate
* the domain.
*
* Returns 0 in case of success and -1 in case of failure.
@@ -388,7 +388,7 @@ xenDomainSuspend(xenDomainPtr domain) {
}
/**
* xenResumeDomain:
* xenDomainResume:
* @domain: a domain object
*
* Resume an suspended domain, the process is restarted from the state where