mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Fix wrong indentation for virDomainState
This commit is contained in:
parent
f2a4e5f176
commit
4ecd7caf5c
@ -116,14 +116,14 @@ typedef virDomain *virDomainPtr;
|
||||
* A domain may be in different states at a given point in time
|
||||
*/
|
||||
typedef enum {
|
||||
VIR_DOMAIN_NOSTATE = 0, /* no state */
|
||||
VIR_DOMAIN_RUNNING = 1, /* the domain is running */
|
||||
VIR_DOMAIN_BLOCKED = 2, /* the domain is blocked on resource */
|
||||
VIR_DOMAIN_PAUSED = 3, /* the domain is paused by user */
|
||||
VIR_DOMAIN_SHUTDOWN= 4, /* the domain is being shut down */
|
||||
VIR_DOMAIN_SHUTOFF = 5, /* the domain is shut off */
|
||||
VIR_DOMAIN_CRASHED = 6, /* the domain is crashed */
|
||||
VIR_DOMAIN_PMSUSPENDED = 7, /* the domain is suspended by guest
|
||||
VIR_DOMAIN_NOSTATE = 0, /* no state */
|
||||
VIR_DOMAIN_RUNNING = 1, /* the domain is running */
|
||||
VIR_DOMAIN_BLOCKED = 2, /* the domain is blocked on resource */
|
||||
VIR_DOMAIN_PAUSED = 3, /* the domain is paused by user */
|
||||
VIR_DOMAIN_SHUTDOWN= 4, /* the domain is being shut down */
|
||||
VIR_DOMAIN_SHUTOFF = 5, /* the domain is shut off */
|
||||
VIR_DOMAIN_CRASHED = 6, /* the domain is crashed */
|
||||
VIR_DOMAIN_PMSUSPENDED = 7, /* the domain is suspended by guest
|
||||
power management */
|
||||
|
||||
#ifdef VIR_ENUM_SENTINELS
|
||||
@ -132,7 +132,7 @@ typedef enum {
|
||||
* added to the libvirt API. It reflects the last state supported
|
||||
* by this version of the libvirt API.
|
||||
*/
|
||||
VIR_DOMAIN_LAST
|
||||
VIR_DOMAIN_LAST
|
||||
#endif
|
||||
} virDomainState;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user