From 9955561e1b204ccf23fbf841f409bd3ef79be88c Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Thu, 29 May 2014 16:35:55 +0000 Subject: psyc, multicast: reorg code, use new client manager & psyc util lib --- src/include/gnunet_psyc_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_psyc_service.h') diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h index e6f2a78c1..4806767fb 100644 --- a/src/include/gnunet_psyc_service.h +++ b/src/include/gnunet_psyc_service.h @@ -471,7 +471,7 @@ typedef int * Only needed during the first call to this callback at the beginning * of the modifier. In case of subsequent calls asking for value * continuations @a oper is set to #NULL. - * @param[out] value_size Where to write the full size of the value. + * @param[out] full_value_size Where to write the full size of the value. * Only needed during the first call to this callback at the beginning * of the modifier. In case of subsequent calls asking for value * continuations @a value_size is set to #NULL. @@ -489,7 +489,7 @@ typedef int uint16_t *data_size, void *data, uint8_t *oper, - uint32_t *value_size); + uint32_t *full_value_size); /** * Flags for transmitting messages to a channel by the master. -- cgit v1.2.3