From 8330e8983b53a5dd52e395c9887bf9542f0e8831 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 14 Jul 2002 19:06:47 +0000 Subject: *** empty log message *** --- include/ebtables_u.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 4debe25..7eff5b2 100644 --- a/include/ebtables_u.h +++ b/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