diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-04-07 15:33:19 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-04-07 15:33:19 +0000 |
commit | e7c7ad752d44a0bc9a1c06caa56186f7bc339ca3 (patch) | |
tree | e9efb643533b8d641ced133683527aad346202a4 /src | |
parent | 2a5faa27b5537cd3a97c42f89822050e0848ca23 (diff) |
-fix
Diffstat (limited to 'src')
-rw-r--r-- | src/include/gnunet_multicast_service.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h index 58616ef64..0ef012395 100644 --- a/src/include/gnunet_multicast_service.h +++ b/src/include/gnunet_multicast_service.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009, 2010 Christian Grothoff (and other contributing authors) + (C) 2012, 2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -352,6 +352,7 @@ GNUNET_MULTICAST_origin_end (struct GNUNET_MULTICAST_Origin *origin); * @param replay_cb function that can be called to replay messages * this peer already knows from this group; NULL if this * client is unable to support replay + * @param test_cb function multicast can use to test group membership * @param message_cb function to be called for all messages we * receive from the group, excluding those our replay_cb * already has @@ -367,6 +368,7 @@ GNUNET_MULTICAST_member_join (const struct GNUNET_CONFIGURATION_Handle *cfg, uint64_t max_known_message_id, uint64_t max_known_state_message_id, GNUNET_MULTICAST_ReplayCallback replay_cb, + GNUNET_MULITCAST_MembershipTestCallback test_cb, GNUNET_MULTICAST_MessageCallback message_cb); |