diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-09 11:37:17 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-09 11:37:17 +0100 |
commit | 56b484e3acc7205f0ebd71eec6905253eeace132 (patch) | |
tree | 64f03e958ad15b429923a344677ad73f8079ebb3 /include | |
parent | 39fdc2e703eb5e82b2bec25e49900684cf689386 (diff) | |
download | conntrack-tools-56b484e3acc7205f0ebd71eec6905253eeace132.tar.gz conntrack-tools-56b484e3acc7205f0ebd71eec6905253eeace132.zip |
sync-mode: rename mcast_iface structure to interface
This patch renames the mcast_iface to interface since this nlif
handler is not related with multicast itself, but to monitor the
link interface used to propagate state-changes. This patch is a
cleanup.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/conntrackd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index 9615c2e..536abc9 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -165,7 +165,7 @@ struct ct_sync_state { struct mcast_sock_multi *mcast_server; /* multicast incoming */ struct mcast_sock_multi *mcast_client; /* multicast outgoing */ - struct nlif_handle *mcast_iface; + struct nlif_handle *interface; struct queue *tx_queue; struct alarm_block reset_cache_alarm; |