summaryrefslogtreecommitdiffstats
path: root/include/haproxy/shctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/shctx.h')
-rw-r--r--include/haproxy/shctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/haproxy/shctx.h b/include/haproxy/shctx.h
index a57cf15..01bb09d 100644
--- a/include/haproxy/shctx.h
+++ b/include/haproxy/shctx.h
@@ -21,7 +21,7 @@
int shctx_init(struct shared_context **orig_shctx,
int maxblocks, int blocksize, unsigned int maxobjsz,
- int extra);
+ int extra, __maybe_unused const char *name);
struct shared_block *shctx_row_reserve_hot(struct shared_context *shctx,
struct shared_block *last, int data_len);
void shctx_row_detach(struct shared_context *shctx, struct shared_block *first);