aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-27 23:06:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-27 23:06:55 +0000
commitf23239f779a412049d064ad38e307b7a083baa10 (patch)
tree3cda73e0c774667b8fda61f13e770bf16543da6d /src/include/gnunet_core_service.h
parentf1b9c5c115139b02cac1cae4f053792e1e5b1ccb (diff)
downloadgnunet-f23239f779a412049d064ad38e307b7a083baa10.tar.gz
gnunet-f23239f779a412049d064ad38e307b7a083baa10.zip
more work on fs service
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index b5dceca3a..ca02f9874 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -197,6 +197,7 @@ void GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle);
197/** 197/**
198 * Function called with statistics about the given peer. 198 * Function called with statistics about the given peer.
199 * 199 *
200 * @param cls closure
200 * @param peer identifies the peer 201 * @param peer identifies the peer
201 * @param latency current latency estimate, "FOREVER" if we have been 202 * @param latency current latency estimate, "FOREVER" if we have been
202 * disconnected 203 * disconnected
@@ -239,6 +240,7 @@ typedef void
239 * @param info function to call with the resulting configuration information 240 * @param info function to call with the resulting configuration information
240 * @param info_cls closure for info 241 * @param info_cls closure for info
241 */ 242 */
243// FIXME: should return handle for cancellation!
242void 244void
243GNUNET_CORE_peer_configure (struct GNUNET_CORE_Handle *handle, 245GNUNET_CORE_peer_configure (struct GNUNET_CORE_Handle *handle,
244 const struct GNUNET_PeerIdentity *peer, 246 const struct GNUNET_PeerIdentity *peer,