]> err.no Git - varnish/commitdiff
Ooops, FlexeLint was wrong, the consts are not possible.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 14 Jul 2008 15:53:22 +0000 (15:53 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 14 Jul 2008 15:53:22 +0000 (15:53 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2945 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_dir_round_robin.c

index 3921415342ea3e1e44a4b045d16deec3d34c197c..47663f09d18730910ba1b020903941b5bb97bc76 100644 (file)
@@ -61,7 +61,7 @@ struct vdi_round_robin {
 
 
 static struct backend *
-vdi_round_robin_choose(const struct sess *sp)
+vdi_round_robin_choose(struct sess *sp)
 {
        struct vdi_round_robin *vs;
        struct backend *backend;
@@ -76,7 +76,7 @@ vdi_round_robin_choose(const struct sess *sp)
 }
 
 static void
-vdi_round_robin_fini(const struct director *d)
+vdi_round_robin_fini(struct director *d)
 {
        int i;
        struct vdi_round_robin *vs;