gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31653 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r31653 - gnunet/src/ats
Date: Sat, 21 Dec 2013 19:04:30 +0100

Author: grothoff
Date: 2013-12-21 19:04:30 +0100 (Sat, 21 Dec 2013)
New Revision: 31653

Modified:
   gnunet/src/ats/gnunet-service-ats_performance.c
Log:
-remove useless const

Modified: gnunet/src/ats/gnunet-service-ats_performance.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats_performance.c     2013-12-21 17:57:36 UTC 
(rev 31652)
+++ gnunet/src/ats/gnunet-service-ats_performance.c     2013-12-21 18:04:30 UTC 
(rev 31653)
@@ -153,7 +153,7 @@
                                const struct GNUNET_PeerIdentity *peer,
                                const char *plugin_name,
                                const void *plugin_addr, size_t plugin_addr_len,
-                               const int active,
+                               int active,
                                const struct GNUNET_ATS_Information *atsi,
                                uint32_t atsi_count,
                                struct GNUNET_BANDWIDTH_Value32NBO
@@ -216,9 +216,9 @@
  */
 void
 GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
-                                const char *plugin_name,
-                                const void *plugin_addr, size_t 
plugin_addr_len,
-                                const int active,
+                                    const char *plugin_name,
+                                    const void *plugin_addr, size_t 
plugin_addr_len,
+                                    int active,
                                 const struct GNUNET_ATS_Information *atsi,
                                 uint32_t atsi_count,
                                 struct GNUNET_BANDWIDTH_Value32NBO
@@ -226,6 +226,7 @@
                                 struct GNUNET_BANDWIDTH_Value32NBO 
bandwidth_in)
 {
   struct PerformanceClient *pc;
+
   for (pc = pc_head; pc != NULL; pc = pc->next)
     if (pc->flag == START_FLAG_PERFORMANCE_WITH_PIC)
     {




reply via email to

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