diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-20 19:39:38 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-20 19:39:38 +0100 |
commit | 0114456525a8a805d0a53040b7170b7c7d7f7007 (patch) | |
tree | 447df64c6b7438ef71577b92b9751c3a1b45dfb5 /include | |
parent | 899785226af55b1c09b2b4d57345da2e07e5f729 (diff) | |
download | conntrack-tools-0114456525a8a805d0a53040b7170b7c7d7f7007.tar.gz conntrack-tools-0114456525a8a805d0a53040b7170b7c7d7f7007.zip |
sync-mode: fix broken dedicated-link change in multichannel layer
This patch fixes a problem that was introduced while adding the
multichannel support.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/channel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.h b/include/channel.h index 42534e0..1d3c48c 100644 --- a/include/channel.h +++ b/include/channel.h @@ -100,5 +100,6 @@ void multichannel_stats_extended(struct multichannel *m, int multichannel_get_ifindex(struct multichannel *m, int i); int multichannel_get_current_ifindex(struct multichannel *m); void multichannel_set_current_channel(struct multichannel *m, int i); +void multichannel_change_current_channel(struct multichannel *m, int i); #endif /* _CHANNEL_H_ */ |