From 0babb91a812670448e2170f0ac65637b19cf4ef6 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 14 Jul 2002 19:06:47 +0000 Subject: *** empty log message *** --- userspace/ebtables2/include/ebtables_u.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'userspace/ebtables2/include/ebtables_u.h') 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); -- cgit v1.2.3