summaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-31 20:53:58 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-31 20:53:58 +0200
commit092e8bed8b4c1ba931df108e5edc9393916ebae1 (patch)
tree51a6794a99d005f8f06980576c25f05198f412e9 /handler.c
parent7193181e65e83b9add38f3aaa37b3d6793a41186 (diff)
more responsive stop handler
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 830bda2c..13dfec49 100644
--- a/handler.c
+++ b/handler.c
@@ -50,7 +50,7 @@ typedef struct handler_s {
message_t pool[1];
} handler_t;
-static void
+void
handler_reset (handler_t *h) {
h->mqueue = NULL;
h->mfree = NULL;