aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-27 10:13:36 +0000
committerGabor X Toth <*@tg-x.net>2013-09-27 10:13:36 +0000
commit7bbbb8a1f5725497b1edf68cba59529d95fe585d (patch)
tree339f5f6797c3eeb58c6abeda6e13005270dcbd44 /src/include/gnunet_psyc_service.h
parentbcdae74167d2e1f9d8dd9b01fb368bf8bcc2287d (diff)
downloadgnunet-7bbbb8a1f5725497b1edf68cba59529d95fe585d.tar.gz
gnunet-7bbbb8a1f5725497b1edf68cba59529d95fe585d.zip
multicast: simplistic origin_to_all() code to be able to test the psyc service
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index 9502b9fd2..6a20d93d7 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -436,8 +436,6 @@ GNUNET_PSYC_master_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
436 * invalidates the respective transmission handle. 436 * invalidates the respective transmission handle.
437 * 437 *
438 * @param cls Closure. 438 * @param cls Closure.
439 * @param message_id Set to the unique message ID that was generated for
440 * this message.
441 * @param[in,out] data_size Initially set to the number of bytes available in 439 * @param[in,out] data_size Initially set to the number of bytes available in
442 * @a data, should be set to the number of bytes written to data. 440 * @a data, should be set to the number of bytes written to data.
443 * @param[out] data Where to write the body of the message to give to the 441 * @param[out] data Where to write the body of the message to give to the
@@ -451,7 +449,6 @@ GNUNET_PSYC_master_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
451 */ 449 */
452typedef int 450typedef int
453(*GNUNET_PSYC_MasterTransmitNotify) (void *cls, 451(*GNUNET_PSYC_MasterTransmitNotify) (void *cls,
454 uint64_t message_id,
455 size_t *data_size, 452 size_t *data_size,
456 void *data); 453 void *data);
457 454