diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-20 15:20:10 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-20 15:20:10 +0000 |
commit | 4bfd6c07281847405e127e9588376fcf20d07a7e (patch) | |
tree | 17b4f02e6802499ad51f4712104be4554f0c777e /src/ipcpd/normal/neighbors.h | |
parent | a3048addc6a6f4284ade5c024ae42db5719f509a (diff) | |
parent | b3f13ce940382cf449a244b2ff65dbf36ce2fe4b (diff) | |
download | ouroboros-4bfd6c07281847405e127e9588376fcf20d07a7e.tar.gz ouroboros-4bfd6c07281847405e127e9588376fcf20d07a7e.zip |
Merged in dstaesse/ouroboros/be-complete (pull request #489)
ipcpd: Build complete graph with gam
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); |