gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27409 - gnunet/src/include
Date: Tue, 11 Jun 2013 11:58:05 +0200

Author: grothoff
Date: 2013-06-11 11:58:05 +0200 (Tue, 11 Jun 2013)
New Revision: 27409

Modified:
   gnunet/src/include/gnunet_psyc_service.h
Log:
-get rid of channel hierarchy for PSYC level, will be kept in user interface

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2013-06-11 09:32:07 UTC (rev 
27408)
+++ gnunet/src/include/gnunet_psyc_service.h    2013-06-11 09:58:05 UTC (rev 
27409)
@@ -140,7 +140,6 @@
  * events.
  *
  * @param cfg configuration to use (to connect to PSYC service)
- * @param parent parent channel, NULL for top-level channels
  * @param name name of the channel, only important if this is a subchannel
  * @param method_count number of methods in 'methods' array
  * @param methods functions to invoke on messages received from members,
@@ -159,7 +158,6 @@
  */
 struct GNUNET_PSYC_Channel *
 GNUNET_PSYC_channel_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 
-                          struct GNUNET_PSYC_Channel *parent,
                           const char *name,
                           unsigned int method_count,
                           const struct GNUNET_PSYC_Method *methods,
@@ -261,8 +259,7 @@
 
 
 /**
- * Send a message to call a method to all members in the PSYC channel
- * (and all parent channels if this is a subchannel).
+ * Send a message to call a method to all members in the PSYC channel.
  *
  * @param channel handle to the PSYC multicast group
  * @param increment_group_generation GNUNET_YES if we need to increment
@@ -290,8 +287,7 @@
 
 
 /**
- * End a PSYC channel.  Note that subchannels MUST be ended before
- * their parents.
+ * End a PSYC channel.
  *
  * @param channel PSYC channel to terminate
  */




reply via email to

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