mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
include: add a space before ending a comment
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
930f6e05b9
commit
c727638b4b
@ -1428,7 +1428,7 @@ char * virDomainGetSchedulerType(virDomainPtr domain,
|
||||
# define VIR_DOMAIN_BLKIO_DEVICE_WRITE_BPS "device_write_bytes_sec"
|
||||
|
||||
|
||||
/* Set Blkio tunables for the domain*/
|
||||
/* Set Blkio tunables for the domain */
|
||||
int virDomainSetBlkioParameters(virDomainPtr domain,
|
||||
virTypedParameterPtr params,
|
||||
int nparams, unsigned int flags);
|
||||
@ -1436,7 +1436,7 @@ int virDomainGetBlkioParameters(virDomainPtr domain,
|
||||
virTypedParameterPtr params,
|
||||
int *nparams, unsigned int flags);
|
||||
|
||||
/* Manage memory parameters. */
|
||||
/* Manage memory parameters. */
|
||||
|
||||
/**
|
||||
* VIR_DOMAIN_MEMORY_PARAM_UNLIMITED:
|
||||
@ -1483,7 +1483,7 @@ int virDomainGetBlkioParameters(virDomainPtr domain,
|
||||
|
||||
# define VIR_DOMAIN_MEMORY_SWAP_HARD_LIMIT "swap_hard_limit"
|
||||
|
||||
/* Set memory tunables for the domain*/
|
||||
/* Set memory tunables for the domain */
|
||||
int virDomainSetMemoryParameters(virDomainPtr domain,
|
||||
virTypedParameterPtr params,
|
||||
int nparams, unsigned int flags);
|
||||
@ -1768,7 +1768,7 @@ struct _virDomainBlockInfo {
|
||||
* holes, similar to 'du') */
|
||||
unsigned long long physical; /* host physical size in bytes of
|
||||
* the image container (last
|
||||
* offset, similar to 'ls')*/
|
||||
* offset, similar to 'ls') */
|
||||
};
|
||||
|
||||
int virDomainGetBlockInfo(virDomainPtr dom,
|
||||
|
@ -167,7 +167,7 @@ struct _virNodeInfo {
|
||||
unsigned int sockets; /* number of CPU sockets per node if nodes > 1,
|
||||
1 in case of unusual NUMA topology */
|
||||
unsigned int cores; /* number of cores per socket, total number of
|
||||
processors in case of unusual NUMA topology*/
|
||||
processors in case of unusual NUMA topology */
|
||||
unsigned int threads; /* number of threads per core, 1 in case of
|
||||
unusual numa topology */
|
||||
};
|
||||
|
@ -313,15 +313,14 @@ typedef enum {
|
||||
was denied */
|
||||
VIR_ERR_DBUS_SERVICE = 89, /* error from a dbus service */
|
||||
VIR_ERR_STORAGE_VOL_EXIST = 90, /* the storage vol already exists */
|
||||
VIR_ERR_CPU_INCOMPATIBLE = 91, /* given CPU is incompatible with host
|
||||
CPU*/
|
||||
VIR_ERR_CPU_INCOMPATIBLE = 91, /* given CPU is incompatible with host CPU */
|
||||
VIR_ERR_XML_INVALID_SCHEMA = 92, /* XML document doesn't validate against schema */
|
||||
VIR_ERR_MIGRATE_FINISH_OK = 93, /* Finish API succeeded but it is expected to return NULL */
|
||||
VIR_ERR_AUTH_UNAVAILABLE = 94, /* authentication unavailable */
|
||||
VIR_ERR_NO_SERVER = 95, /* Server was not found */
|
||||
VIR_ERR_NO_CLIENT = 96, /* Client was not found */
|
||||
VIR_ERR_AGENT_UNSYNCED = 97, /* guest agent replies with wrong id
|
||||
to guest-sync command (DEPRECATED)*/
|
||||
to guest-sync command (DEPRECATED) */
|
||||
VIR_ERR_LIBSSH = 98, /* error in libssh transport driver */
|
||||
VIR_ERR_DEVICE_MISSING = 99, /* fail to find the desired device */
|
||||
VIR_ERR_INVALID_NWFILTER_BINDING = 100, /* invalid nwfilter binding */
|
||||
|
Loading…
Reference in New Issue
Block a user