gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26789 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r26789 - gnunet/src/include
Date: Sun, 7 Apr 2013 17:33:19 +0200

Author: grothoff
Date: 2013-04-07 17:33:19 +0200 (Sun, 07 Apr 2013)
New Revision: 26789

Modified:
   gnunet/src/include/gnunet_multicast_service.h
Log:
-fix

Modified: gnunet/src/include/gnunet_multicast_service.h
===================================================================
--- gnunet/src/include/gnunet_multicast_service.h       2013-04-07 10:16:58 UTC 
(rev 26788)
+++ gnunet/src/include/gnunet_multicast_service.h       2013-04-07 15:33:19 UTC 
(rev 26789)
@@ -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 @@
  * @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 @@
                              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);
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]