aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-27 21:12:05 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-27 21:12:05 +0000
commiteafd8f1af4f3ebafb43bb83aca086f9a41b2c56a (patch)
treedb3c74099e4e4c04f3fd4eaeb1feb2d744b9427e /src/include/gnunet_core_service.h
parent216bd97054c16917135c626c1f4b1590f9452ba1 (diff)
downloadgnunet-eafd8f1af4f3ebafb43bb83aca086f9a41b2c56a.tar.gz
gnunet-eafd8f1af4f3ebafb43bb83aca086f9a41b2c56a.zip
more testing code
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h39
1 files changed, 20 insertions, 19 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index a77281336..b2a19986d 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -273,25 +273,26 @@ struct GNUNET_CORE_TransmitHandle;
273 * NULL if we can not even queue the request (insufficient 273 * NULL if we can not even queue the request (insufficient
274 * memory); if NULL is returned, "notify" will NOT be called. 274 * memory); if NULL is returned, "notify" will NOT be called.
275 */ 275 */
276struct GNUNET_CORE_TransmitHandle *GNUNET_CORE_notify_transmit_ready (struct 276struct GNUNET_CORE_TransmitHandle *
277 GNUNET_CORE_Handle 277GNUNET_CORE_notify_transmit_ready (struct
278 *handle, 278 GNUNET_CORE_Handle
279 unsigned 279 *handle,
280 int 280 unsigned
281 priority, 281 int
282 struct 282 priority,
283 GNUNET_TIME_Relative 283 struct
284 maxdelay, 284 GNUNET_TIME_Relative
285 const 285 maxdelay,
286 struct 286 const
287 GNUNET_PeerIdentity 287 struct
288 *target, 288 GNUNET_PeerIdentity
289 size_t 289 *target,
290 notify_size, 290 size_t
291 GNUNET_NETWORK_TransmitReadyNotify 291 notify_size,
292 notify, 292 GNUNET_NETWORK_TransmitReadyNotify
293 void 293 notify,
294 *notify_cls); 294 void
295 *notify_cls);
295 296
296 297
297/** 298/**