mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-06 17:58:01 +00: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
@ -138,7 +138,7 @@ struct stktable {
|
|||||||
} data_arg[STKTABLE_DATA_TYPES]; /* optional argument of each data type */
|
} 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 */
|
/* stick table key data */
|
||||||
union stktable_key_data {
|
union stktable_key_data {
|
||||||
|
Loading…
Reference in New Issue
Block a user