* src/xen_internal.h: remove tabs to fix make syntax-check

and fix the indentation
daniel
This commit is contained in:
Daniel Veillard 2008-12-22 10:32:20 +00:00
parent d010b68962
commit 0ff5cea597
2 changed files with 32 additions and 26 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 22 11:31:08 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/xen_internal.h: remove tabs to fix make synatx-check
and fix the indentation
Sun Dec 21 19:50:16 +0100 2008 Jim Meyering <meyering@redhat.com>
make NUMA-initialization code more portable and more robust

View File

@ -54,7 +54,8 @@ int xenHypervisorNumOfDomains (virConnectPtr conn);
int xenHypervisorListDomains (virConnectPtr conn,
int *ids,
int maxids);
int xenHypervisorGetMaxVcpus (virConnectPtr conn, const char *type);
int xenHypervisorGetMaxVcpus (virConnectPtr conn,
const char *type);
int xenHypervisorDestroyDomain (virDomainPtr domain);
int xenHypervisorResumeDomain (virDomainPtr domain);
int xenHypervisorPauseDomain (virDomainPtr domain);