mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
common: add STATE_PREPARED
This commit is contained in:
parent
6b0447f565
commit
126fcfa254
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ enum state {
|
|||
STATE_STARTING = 9,
|
||||
STATE_STOPPING = 10,
|
||||
STATE_PAUSING = 11,
|
||||
STATE_RESUMING = 12
|
||||
STATE_RESUMING = 12,
|
||||
STATE_PREPARED = 13
|
||||
};
|
||||
|
||||
/** Callback to destroy list elements.
|
||||
|
|
Loading…
Add table
Reference in a new issue