diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-20 16:52:23 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-20 17:07:51 +0200 |
commit | b3f13ce940382cf449a244b2ff65dbf36ce2fe4b (patch) | |
tree | a5a856f89fca7cf7074dc5427c8f8c08f62155bb /src/ipcpd/normal/neighbors.h | |
parent | 2a802888e91a274fa49d341da7744ea9c386b150 (diff) | |
download | ouroboros-b3f13ce940382cf449a244b2ff65dbf36ce2fe4b.tar.gz ouroboros-b3f13ce940382cf449a244b2ff65dbf36ce2fe4b.zip |
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.
Diffstat (limited to 'src/ipcpd/normal/neighbors.h')
-rw-r--r-- | src/ipcpd/normal/neighbors.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |