aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-29 16:35:55 +0000
committerGabor X Toth <*@tg-x.net>2014-05-29 16:35:55 +0000
commit9955561e1b204ccf23fbf841f409bd3ef79be88c (patch)
tree0271c23ae9f1dad72266a0e6073d696e5afca027 /src/include/gnunet_psyc_service.h
parenta5877668ba805c5e0efe622e6ce4c58ff5609bf9 (diff)
downloadgnunet-9955561e1b204ccf23fbf841f409bd3ef79be88c.tar.gz
gnunet-9955561e1b204ccf23fbf841f409bd3ef79be88c.zip
psyc, multicast: reorg code, use new client manager & psyc util lib
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h4
1 files changed, 2 insertions, 2 deletions
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
471 * Only needed during the first call to this callback at the beginning 471 * Only needed during the first call to this callback at the beginning
472 * of the modifier. In case of subsequent calls asking for value 472 * of the modifier. In case of subsequent calls asking for value
473 * continuations @a oper is set to #NULL. 473 * continuations @a oper is set to #NULL.
474 * @param[out] value_size Where to write the full size of the value. 474 * @param[out] full_value_size Where to write the full size of the value.
475 * Only needed during the first call to this callback at the beginning 475 * Only needed during the first call to this callback at the beginning
476 * of the modifier. In case of subsequent calls asking for value 476 * of the modifier. In case of subsequent calls asking for value
477 * continuations @a value_size is set to #NULL. 477 * continuations @a value_size is set to #NULL.
@@ -489,7 +489,7 @@ typedef int
489 uint16_t *data_size, 489 uint16_t *data_size,
490 void *data, 490 void *data,
491 uint8_t *oper, 491 uint8_t *oper,
492 uint32_t *value_size); 492 uint32_t *full_value_size);
493 493
494/** 494/**
495 * Flags for transmitting messages to a channel by the master. 495 * Flags for transmitting messages to a channel by the master.