aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
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/include/gnunet_rps_service.h
parentad5dbfa7e6d142656aa5892aecfe8e98523c7534 (diff)
downloadgnunet-3e4aaf27c74e92d5d5d8b536fe90b81c515f7772.tar.gz
gnunet-3e4aaf27c74e92d5d5d8b536fe90b81c515f7772.zip
added seeding function to the api
Diffstat (limited to 'src/include/gnunet_rps_service.h')
-rw-r--r--src/include/gnunet_rps_service.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 497e9b67e..f7dd253e0 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -105,6 +105,13 @@ GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint64_t n,
105 void *cls); 105 void *cls);
106 106
107/** 107/**
108 * Seed rps service with peerIDs.
109 */
110 void
111GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n,
112 struct GNUNET_PeerIdentity * ids);
113
114/**
108 * Cancle an issued request. 115 * Cancle an issued request.
109 * 116 *
110 * @param rh handle of the pending request to be canceled 117 * @param rh handle of the pending request to be canceled