aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-27 12:31:59 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-27 12:31:59 +0000
commit3e4aaf27c74e92d5d5d8b536fe90b81c515f7772 (patch)
tree30a5d5078cd3c6dbadb58cd9af7520a634497363 /src/rps
parentad5dbfa7e6d142656aa5892aecfe8e98523c7534 (diff)
downloadgnunet-3e4aaf27c74e92d5d5d8b536fe90b81c515f7772.tar.gz
gnunet-3e4aaf27c74e92d5d5d8b536fe90b81c515f7772.zip
added seeding function to the api
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/rps_api.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c
index ba8a594b7..6dd6c5748 100644
--- a/src/rps/rps_api.c
+++ b/src/rps/rps_api.c
@@ -256,6 +256,15 @@ GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint64_t n,
256} 256}
257 257
258/** 258/**
259 * Seed rps service with peerIDs.
260 */
261 void
262GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n,
263 struct GNUNET_PeerIdentity * ids)
264{
265}
266
267/**
259 * Cancle an issued request. 268 * Cancle an issued request.
260 */ 269 */
261 void 270 void