gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23480 - in gnunet/src: ats include


From: gnunet
Subject: [GNUnet-SVN] r23480 - in gnunet/src: ats include
Date: Tue, 28 Aug 2012 17:11:54 +0200

Author: wachs
Date: 2012-08-28 17:11:54 +0200 (Tue, 28 Aug 2012)
New Revision: 23480

Modified:
   gnunet/src/ats/ats_api_scheduling.c
   gnunet/src/include/gnunet_transport_plugin.h
Log:
changes


Modified: gnunet/src/ats/ats_api_scheduling.c
===================================================================
--- gnunet/src/ats/ats_api_scheduling.c 2012-08-28 15:11:31 UTC (rev 23479)
+++ gnunet/src/ats/ats_api_scheduling.c 2012-08-28 15:11:54 UTC (rev 23480)
@@ -353,7 +353,7 @@
       memcmp (peer, sh->session_array[session_id].session,
               sizeof (struct GNUNET_PeerIdentity)))
   {
-    GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, "ats-scheduling-api",
+    GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-scheduling-api",
               "Session %p belongs to peer `%s'\n",
               sh->session_array[session_id].session, GNUNET_i2s_full ((struct 
GNUNET_PeerIdentity *)sh->session_array[session_id].session));
 /*

Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2012-08-28 15:11:31 UTC 
(rev 23479)
+++ gnunet/src/include/gnunet_transport_plugin.h        2012-08-28 15:11:54 UTC 
(rev 23480)
@@ -155,12 +155,12 @@
  * @param addr one of the addresses of the host
  *        the specific address format depends on the transport
  * @param addrlen length of the address
- * @pararm pluginname name of the plugin
+ * @param dest_plugin plugin to use this address with
  */
 typedef void (*GNUNET_TRANSPORT_AddressNotification) (void *cls, int 
add_remove,
                                                       const void *addr,
                                                       size_t addrlen,
-                                                      const char *pluginname);
+                                                      const char *dest_plugin);
 
 
 /**




reply via email to

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