From a39aafa12ccf89585937334e417f18313ee4e037 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 2 Dec 2018 02:45:51 +0100 Subject: [PATCH] add new state --- common/include/villas/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/include/villas/common.h b/common/include/villas/common.h index 7b8f566bd..48abb2012 100644 --- a/common/include/villas/common.h +++ b/common/include/villas/common.h @@ -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.