mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-26 16:21:22 +02:00
BUILD: chunk: properly declare pool_head_trash as extern
This one was also declared without the extern modifier in an include file. This needs to be backported to 1.9.
This commit is contained in:
parent
e01d11a75b
commit
72d9f3351d
@ -30,7 +30,7 @@
|
|||||||
#include <common/memory.h>
|
#include <common/memory.h>
|
||||||
|
|
||||||
|
|
||||||
struct pool_head *pool_head_trash;
|
extern struct pool_head *pool_head_trash;
|
||||||
|
|
||||||
/* function prototypes */
|
/* function prototypes */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user