aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-04-19 15:22:23 +0000
committerBart Polot <bart@net.in.tum.de>2012-04-19 15:22:23 +0000
commit44b9867d329a7046a4c9c3ac5628847e174abb9d (patch)
treef422a77a07f76d7d1675218af8071e365a38b188 /src/dht/gnunet-service-dht_neighbours.h
parentadf272d3c8a1620dbf6e49b1c57f5c0400487426 (diff)
downloadgnunet-44b9867d329a7046a4c9c3ac5628847e174abb9d.tar.gz
gnunet-44b9867d329a7046a4c9c3ac5628847e174abb9d.zip
- Add local DHT request to the monitoring results
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.h')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index b6e0f0ec0..329763846 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -135,4 +135,13 @@ void
135GDS_NEIGHBOURS_done (void); 135GDS_NEIGHBOURS_done (void);
136 136
137 137
138/**
139 * Get the ID of the local node.
140 *
141 * @return identity of the local node
142 */
143struct GNUNET_PeerIdentity *
144GDS_NEIGHBOURS_get_id ();
145
146
138#endif 147#endif