mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[CLEANUP] stick-table: declare stktable_data_types as extern
It's fortunate we did not get hit by this stupid declaration !
This commit is contained in:
parent
88ee39758a
commit
795e4a93dd
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ struct stktable {
|
|||
} data_arg[STKTABLE_DATA_TYPES]; /* optional argument of each data type */
|
||||
};
|
||||
|
||||
struct stktable_data_type stktable_data_types[STKTABLE_DATA_TYPES];
|
||||
extern struct stktable_data_type stktable_data_types[STKTABLE_DATA_TYPES];
|
||||
|
||||
/* stick table key data */
|
||||
union stktable_key_data {
|
||||
|
|
|
|||
Loading…
Reference in a new issue