summaryrefslogtreecommitdiff
path: root/proto/bfd/bfd.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-09-20 17:14:31 +0200
committerMaria Matejka <mq@ucw.cz>2022-09-20 17:14:31 +0200
commit4b4fe1bd65f0dcebe3ff51a395acf0fd21c46a5d (patch)
treed8c54d0004e50124ae1b4c5320a8b37f51d197b7 /proto/bfd/bfd.h
parent28d4ac6c97fd8021083a523fc713fc6d9322f181 (diff)
BFD: The old pipe notification mechanism replaced by events
Diffstat (limited to 'proto/bfd/bfd.h')
-rw-r--r--proto/bfd/bfd.h3
1 files changed, 1 insertions, 2 deletions
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;