diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-09-19 16:48:54 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-09-19 16:48:54 +0000 |
commit | acd8235533d63a7e4dd4d1b5bdb17423d4b6fd75 (patch) | |
tree | 195bbf3a1aa1923394410db072f72c0b38aede8c /src/ipcpd/normal/dht.h | |
parent | c0bbd7e2184f51038ecbaebfa3b21e5c52d35239 (diff) | |
parent | 1dcef3957393c0500b81d93ffacf573e78be9a51 (diff) | |
download | ouroboros-acd8235533d63a7e4dd4d1b5bdb17423d4b6fd75.tar.gz ouroboros-acd8235533d63a7e4dd4d1b5bdb17423d4b6fd75.zip |
Merged in dstaesse/ouroboros/be-dht-async (pull request #598)
ipcpd: Enroll DHT when creating dt connection
Diffstat (limited to 'src/ipcpd/normal/dht.h')
-rw-r--r-- | src/ipcpd/normal/dht.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ipcpd/normal/dht.h b/src/ipcpd/normal/dht.h index d893f913..e4647a08 100644 --- a/src/ipcpd/normal/dht.h +++ b/src/ipcpd/normal/dht.h @@ -36,9 +36,6 @@ int dht_bootstrap(struct dht * dht, size_t b, time_t t_expire); -int dht_enroll(struct dht * dht, - uint64_t addr); - void dht_destroy(struct dht * dht); int dht_reg(struct dht * dht, |