diff options
author | Michael Adam <obnox@samba.org> | 2009-12-06 12:40:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-06 13:17:18 +0100 |
commit | fd987e97f035e3567e9db18ad233e604c9d78ed1 (patch) | |
tree | eb3d90b9f4fd1a249fd9a1b3f2646c0f14b9bf17 /src/conf.c | |
parent | 56ba3d45bd415d1b949032c312bb188126feb205 (diff) |
move handling of upstream list to new module upstream.{c,h}
Michael
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include "log.h" #include "reqs.h" #include "reverse-proxy.h" +#include "upstream.h" /* * The configuration directives are defined in the structure below. Each |