From b3f13ce940382cf449a244b2ff65dbf36ce2fe4b Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 20 Apr 2017 16:52:23 +0200 Subject: ipcpd: Build complete graph with gam The complete policy will now build a complete graph. Currently a simple timer is used to check the member list periodically. --- src/ipcpd/normal/neighbors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ipcpd/normal/neighbors.h') diff --git a/src/ipcpd/normal/neighbors.h b/src/ipcpd/normal/neighbors.h index c958affc..b9fa1405 100644 --- a/src/ipcpd/normal/neighbors.h +++ b/src/ipcpd/normal/neighbors.h @@ -72,6 +72,9 @@ int nbs_update_qos(struct nbs * nbs, int nbs_del(struct nbs * nbs, int fd); +bool nbs_has(struct nbs * nbs, + uint64_t addr); + int nbs_reg_notifier(struct nbs * nbs, struct nb_notifier * notify); -- cgit v1.2.3