From 4b4fe1bd65f0dcebe3ff51a395acf0fd21c46a5d Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 20 Sep 2022 17:14:31 +0200 Subject: BFD: The old pipe notification mechanism replaced by events --- proto/bfd/bfd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/bfd/bfd.h') diff --git a/proto/bfd/bfd.h b/proto/bfd/bfd.h index b9afaf92..9a8e20c6 100644 --- a/proto/bfd/bfd.h +++ b/proto/bfd/bfd.h @@ -99,8 +99,7 @@ struct bfd_proto HASH(struct bfd_session) session_hash_id; HASH(struct bfd_session) session_hash_ip; - sock *notify_rs; - sock *notify_ws; + event notify_event; list notify_list; sock *rx4_1; -- cgit v1.2.3