aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-07-15 07:25:11 +0000
committerGabor X Toth <*@tg-x.net>2013-07-15 07:25:11 +0000
commit87093621a5223dd1f0d48ded2c41821af7def6f7 (patch)
tree3612376935189d6d238bedf6dc93ce0e3e37dcaf /src/include/gnunet_psycstore_service.h
parent00c2318820ac3ee2ea06c173c3fce994bc29eb4e (diff)
downloadgnunet-87093621a5223dd1f0d48ded2c41821af7def6f7.tar.gz
gnunet-87093621a5223dd1f0d48ded2c41821af7def6f7.zip
psyc(store): group generation only needed when storing the message
Diffstat (limited to 'src/include/gnunet_psycstore_service.h')
-rw-r--r--src/include/gnunet_psycstore_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_psycstore_service.h b/src/include/gnunet_psycstore_service.h
index 8b84340fe..4cd5a36fc 100644
--- a/src/include/gnunet_psycstore_service.h
+++ b/src/include/gnunet_psycstore_service.h
@@ -91,7 +91,6 @@ typedef void (*GNUNET_PSYCSTORE_ContinuationCallback)(void *cls,
91 * @param h Handle for the PSYCstore. 91 * @param h Handle for the PSYCstore.
92 * @param channel_id ID of the channel where the event happened. 92 * @param channel_id ID of the channel where the event happened.
93 * @param message_id ID of the message in which this event was announced. 93 * @param message_id ID of the message in which this event was announced.
94 * @param group_generation Generation of the group when this event was announced.
95 * @param peer Identity of joining/leaving peer. 94 * @param peer Identity of joining/leaving peer.
96 * @param did_join #GNUNET_YES on join, #GNUNET_NO on leave. 95 * @param did_join #GNUNET_YES on join, #GNUNET_NO on leave.
97 * @param ccb Callback to call with the result of the storage operation. 96 * @param ccb Callback to call with the result of the storage operation.
@@ -103,7 +102,6 @@ struct GNUNET_PSYCSTORE_OperationHandle *
103GNUNET_PSYCSTORE_membership_store (struct GNUNET_PSYCSTORE_Handle *h, 102GNUNET_PSYCSTORE_membership_store (struct GNUNET_PSYCSTORE_Handle *h,
104 const struct GNUNET_HashCode *channel_id, 103 const struct GNUNET_HashCode *channel_id,
105 uint64_t message_id, 104 uint64_t message_id,
106 uint64_t group_generation,
107 const struct GNUNET_PeerIdentity *peer, 105 const struct GNUNET_PeerIdentity *peer,
108 int did_join, 106 int did_join,
109 GNUNET_PSYCSTORE_ContinuationCallback ccb, 107 GNUNET_PSYCSTORE_ContinuationCallback ccb,