1
0
Fork 0
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:
Steffen Vogel 2018-12-02 02:45:51 +01:00
parent 1e301aaa1a
commit 3bab5e4f3f

View file

@ -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.