From 1dcef3957393c0500b81d93ffacf573e78be9a51 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 19 Sep 2017 17:47:26 +0200 Subject: ipcpd: Enroll DHT when creating dt connection The DHT will now enroll or sync when a data transfer connection is added. This avoids the need to create a temporary data transfer connection during enrollment (and speeds it up considerably). The notifier system was modified to take an opaque pointer to the object that registers as a parameter. --- src/ipcpd/normal/dht.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ipcpd/normal/dht.h') 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, -- cgit v1.2.3