aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-07-16 08:42:14 +0000
committerGabor X Toth <*@tg-x.net>2013-07-16 08:42:14 +0000
commitfc083db5d89ad460f3065421c04f3090be22b821 (patch)
tree7d66e138b209c097712eaf04b8a05ea53849669c /src/include/gnunet_psyc_service.h
parent54a298da897504c59b7eb334357a6626b2e81406 (diff)
downloadgnunet-fc083db5d89ad460f3065421c04f3090be22b821.tar.gz
gnunet-fc083db5d89ad460f3065421c04f3090be22b821.zip
psyc/social docs
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index d35c68f7e..6f8597498 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -226,7 +226,7 @@ typedef int (*GNUNET_PSYC_PartCallback)(void *cls,
226 * @param is_admitted #GNUNET_YES if joining is approved, 226 * @param is_admitted #GNUNET_YES if joining is approved,
227 * #GNUNET_NO if it is disapproved 227 * #GNUNET_NO if it is disapproved
228 * @param method_name Method name for the message transmitted with the response. 228 * @param method_name Method name for the message transmitted with the response.
229 * @param env Environment: transient variables for the message. 229 * @param env Environment containing transient variables for the message, or NULL.
230 * @param data_size Size of @a data. 230 * @param data_size Size of @a data.
231 * @param data Data of the message. 231 * @param data Data of the message.
232 */ 232 */
@@ -330,7 +330,8 @@ struct GNUNET_PSYC_MasterTransmitHandle;
330 * @param increment_group_generation #GNUNET_YES if we need to increment 330 * @param increment_group_generation #GNUNET_YES if we need to increment
331 * the group generation counter after transmitting this message. 331 * the group generation counter after transmitting this message.
332 * @param method_name Which method should be invoked. 332 * @param method_name Which method should be invoked.
333 * @param env Environment: state operations and transient variables for the message. 333 * @param env Environment containing state operations and transient variables
334 * for the message, or NULL.
334 * @param notify Function to call to obtain the arguments. 335 * @param notify Function to call to obtain the arguments.
335 * @param notify_cls Closure for @a notify. 336 * @param notify_cls Closure for @a notify.
336 * @return Transmission handle, NULL on error (i.e. more than one request queued). 337 * @return Transmission handle, NULL on error (i.e. more than one request queued).
@@ -438,7 +439,7 @@ struct GNUNET_PSYC_SlaveTransmitHandle;
438 * 439 *
439 * @param slave Slave handle. 440 * @param slave Slave handle.
440 * @param method_name Which (PSYC) method should be invoked (on host). 441 * @param method_name Which (PSYC) method should be invoked (on host).
441 * @param env Environment: transient variables for the message. 442 * @param env Environment containing transient variables for the message, or NULL.
442 * @param notify Function to call when we are allowed to transmit (to get data). 443 * @param notify Function to call when we are allowed to transmit (to get data).
443 * @param notify_cls Closure for @a notify. 444 * @param notify_cls Closure for @a notify.
444 * @return Transmission handle, NULL on error (i.e. more than one request queued). 445 * @return Transmission handle, NULL on error (i.e. more than one request queued).