summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/ebtables_u.h3
1 files changed, 3 insertions, 0 deletions
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);