mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 12:23:38 +02:00
MINOR: stick-tables: Add GPC0 actions
This patch adds access to GPC0 through http and tcp actions
This commit is contained in:
committed by
Willy Tarreau
parent
236657b5e0
commit
e0627bdae0
@@ -130,6 +130,9 @@ struct act_rule {
|
||||
const char *name;
|
||||
enum vars_scope scope;
|
||||
} vars;
|
||||
struct {
|
||||
int sc;
|
||||
} gpc;
|
||||
struct {
|
||||
int sc;
|
||||
long long int value;
|
||||
|
||||
Reference in New Issue
Block a user