Commit 1e8215ca authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Reza Naghibi

Flexelint constification

parent 82297b9c
...@@ -337,7 +337,7 @@ sharddir_any_healthy(struct sharddir *shardd, const struct busyobj *bo, ...@@ -337,7 +337,7 @@ sharddir_any_healthy(struct sharddir *shardd, const struct busyobj *bo,
*/ */
static VCL_BACKEND static VCL_BACKEND
sharddir_pick_be_locked(VRT_CTX, struct sharddir *shardd, sharddir_pick_be_locked(VRT_CTX, const struct sharddir *shardd,
uint32_t key, VCL_INT alt, VCL_REAL warmup, VCL_BOOL rampup, uint32_t key, VCL_INT alt, VCL_REAL warmup, VCL_BOOL rampup,
enum healthy_e healthy, struct shard_state *state) enum healthy_e healthy, struct shard_state *state)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment