summaryrefslogtreecommitdiff
path: root/src/connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections.c')
-rw-r--r--src/connections.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connections.c b/src/connections.c
index 1b8e3ffa..52d73f0c 100644
--- a/src/connections.c
+++ b/src/connections.c
@@ -35,6 +35,8 @@
#define HTTP_LINGER_TIMEOUT 5
+#define connection_set_state(srv, con, n) ((con)->state = (n))
+
typedef struct {
PLUGIN_DATA;
} plugin_data;