MINOR: stick-tables: Add GPC0 actions

This patch adds access to GPC0 through http and tcp actions
This commit is contained in:
Thierry FOURNIER
2015-08-04 08:20:33 +02:00
committed by Willy Tarreau
parent 236657b5e0
commit e0627bdae0
3 changed files with 104 additions and 4 deletions

View File

@@ -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;