commit | 8a8d83b85cb7a1be8d25cb5fd400591e0829a62b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 13 13:24:54 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 23 17:56:16 2015 +0200 |
tree | 39bddd24d0442c10476b4426fa905cd7e8287767 | |
parent | 00a37f00295c9d9ba2edf4a348adef26da6ab6bd [diff] [blame] |
REORG: applet: move the applet definitions out of stream_interface We're tidying the definitions so that appctx lives on its own. A new set of applet.h files has been added for this purpose.
diff --git a/src/dumpstats.c b/src/dumpstats.c index 4375bec..d416ad0 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c
@@ -37,6 +37,7 @@ #include <common/version.h> #include <common/base64.h> +#include <types/applet.h> #include <types/global.h> #include <proto/backend.h>