summaryrefslogtreecommitdiffstats
path: root/src/sync-alarm.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-03-12 21:19:19 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-03-12 21:19:19 +0100
commit338d8fc2da19f5d6a75c339d9e6ecac43b68a1e4 (patch)
tree4fcdc9911c9831de78bd5ae3ae7f0a805fc7ffc2 /src/sync-alarm.c
parent656d5ad7c69a5a7d356c6251743890f1eec0bb71 (diff)
sync-mode: rename mcast_track_*() by nethdr_track_*()
This patch is a cleanup. It renames the mcast_track_*() functions by nethdr_track_*() because this functions are related to message sequence tracking. They are not stick to multicast at all. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/sync-alarm.c')
-rw-r--r--src/sync-alarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync-alarm.c b/src/sync-alarm.c
index caa6bb2..4757026 100644
--- a/src/sync-alarm.c
+++ b/src/sync-alarm.c
@@ -102,7 +102,7 @@ static int alarm_recv(const struct nethdr *net)
* just joined the cluster, instead they just get resynchronized in
* RefreshTime seconds at worst case.
*/
- mcast_track_seq(net->seq, &exp_seq);
+ nethdr_track_seq(net->seq, &exp_seq);
return 0;
}