mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add new state
This commit is contained in:
parent
1e301aaa1a
commit
3bab5e4f3f
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ enum state {
|
|||
STATE_UNLOADED = 5, /* alias for STATE_STARTED used by struct plugin */
|
||||
STATE_CLOSED = 5, /* alias for STATE_STARTED used by struct io */
|
||||
STATE_PENDING_CONNECT = 6,
|
||||
STATE_CONNECTED = 7
|
||||
STATE_CONNECTED = 7,
|
||||
STATE_PAUSED = 8
|
||||
};
|
||||
|
||||
/** Callback to destroy list elements.
|
||||
|
|
Loading…
Add table
Reference in a new issue