gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27368 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27368 - gnunet/src/mesh
Date: Wed, 5 Jun 2013 17:53:42 +0200

Author: bartpolot
Date: 2013-06-05 17:53:42 +0200 (Wed, 05 Jun 2013)
New Revision: 27368

Modified:
   gnunet/src/mesh/mesh2_api.c
Log:
- fix compile

Modified: gnunet/src/mesh/mesh2_api.c
===================================================================
--- gnunet/src/mesh/mesh2_api.c 2013-06-04 14:04:14 UTC (rev 27367)
+++ gnunet/src/mesh/mesh2_api.c 2013-06-05 15:53:42 UTC (rev 27368)
@@ -125,7 +125,7 @@
   /**
    * Ports open.
    */
-  uint32_t *ports;
+  const uint32_t *ports;
 
   /**
    * Number of ports.
@@ -1356,7 +1356,7 @@
                      GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel,
                      GNUNET_MESH_TunnelEndHandler cleaner,
                      const struct GNUNET_MESH_MessageHandler *handlers,
-                     uint32_t *ports)
+                     const uint32_t *ports)
 {
   struct GNUNET_MESH_Handle *h;
 




reply via email to

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