commit | 94e55511dd982188a562e3e2060549571e8d26a4 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Sun Jun 19 18:59:58 2011 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Sun Jun 19 18:59:58 2011 +0000 |
tree | 39c22f954a95196c5d52d48d0769cc5ba8583b8a | |
parent | 8b5594d7c21f3056c8c194aea1f1519c006aeaee [diff] |
export use_lockfd
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index dc922dc..8fbaed0 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h
@@ -230,6 +230,8 @@ extern struct ebt_u_watcher *ebt_watchers; extern struct ebt_u_target *ebt_targets; +extern int use_lockfd; + void ebt_register_table(struct ebt_u_table *); void ebt_register_match(struct ebt_u_match *); void ebt_register_watcher(struct ebt_u_watcher *);