aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-19 06:44:51 +0000
committerGabor X Toth <*@tg-x.net>2013-08-19 06:44:51 +0000
commit76c34b131d62f4dac8766b725251e6474b4b2b85 (patch)
tree004a5e572c11e9e81c172b5582780147f4c0c282 /src/include/gnunet_social_service.h
parent83fc4b5ec139300250383fc3c6577b9333a309c6 (diff)
downloadgnunet-76c34b131d62f4dac8766b725251e6474b4b2b85.tar.gz
gnunet-76c34b131d62f4dac8766b725251e6474b4b2b85.zip
multicast/psyc: added admitted_since arg for join_decision(); social: added nym arg for the method cb
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index fd20536a4..1728d391c 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -73,6 +73,7 @@ struct GNUNET_SOCIAL_Slicer;
73 * to a @e method. 73 * to a @e method.
74 * 74 *
75 * @param cls Closure. 75 * @param cls Closure.
76 * @param nym The sender of the message. NULL for the ego's own messages to the home.
76 * @param full_method_name Original method name from PSYC (may be more 77 * @param full_method_name Original method name from PSYC (may be more
77 * specific than the registered method name due to try-and-slice matching). 78 * specific than the registered method name due to try-and-slice matching).
78 79
@@ -88,6 +89,7 @@ struct GNUNET_SOCIAL_Slicer;
88 * @param flags Message flags indicating fragmentation status. 89 * @param flags Message flags indicating fragmentation status.
89 */ 90 */
90typedef int (*GNUNET_SOCIAL_Method)(void *cls, 91typedef int (*GNUNET_SOCIAL_Method)(void *cls,
92 struct GNUNET_SOCIAL_Nym *nym,
91 const char *full_method_name, 93 const char *full_method_name,
92 uint64_t message_id, 94 uint64_t message_id,
93 size_t modifier_count, 95 size_t modifier_count,