summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-14 19:06:47 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-14 19:06:47 +0000
commit0babb91a812670448e2170f0ac65637b19cf4ef6 (patch)
tree6480bccd263de20c07a8d685597f14ac281efdd4 /userspace/ebtables2/include
parentb32168f004f074b52976d888a429dc3f36a58a33 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/include')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index 4debe25..7eff5b2 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -66,6 +66,8 @@ struct ebt_u_replace
char command;
// here we stick the hook to do our thing on (can be -1 if unspecified)
int selected_hook;
+ // used for the atomic option
+ char *filename;
};
struct ebt_u_table
@@ -191,6 +193,7 @@ int get_table(struct ebt_u_replace *repl);
struct ebt_u_target *find_target(const char *name);
struct ebt_u_match *find_match(const char *name);
struct ebt_u_watcher *find_watcher(const char *name);
+struct ebt_u_table *find_table(char *name);
void deliver_counters(struct ebt_u_replace *repl,
unsigned short * counterchanges);
void deliver_table(struct ebt_u_replace *repl);