diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2005-01-23 19:19:00 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2005-01-23 19:19:00 +0000 |
commit | d2ced8273cf812ca2ac61f407e6992e63bc1821d (patch) | |
tree | 52adeaada4167ad2f05425f9c2f8160090a30f7d /include | |
parent | b92edb805ca4bab30caa526a3beb3f4d14f258a0 (diff) | |
download | ebtables-d2ced8273cf812ca2ac61f407e6992e63bc1821d.tar.gz ebtables-d2ced8273cf812ca2ac61f407e6992e63bc1821d.tar.bz2 ebtables-d2ced8273cf812ca2ac61f407e6992e63bc1821d.zip |
add new counter scheme
Diffstat (limited to 'include')
-rw-r--r-- | include/ebtables_u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index d5264e3..5632ec1 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -129,6 +129,7 @@ struct ebt_u_entry struct ebt_u_watcher_list *w_list; struct ebt_entry_target *t; struct ebt_u_entry *next; + struct ebt_counter cnt; /* the standard target needs this to know the name of a udc when * printing out rules. */ struct ebt_u_replace *replace; |