- use explicit GNUNET_NO instead of 0
authorBart Polot <bart@net.in.tum.de>
Sun, 29 Dec 2013 15:40:27 +0000 (15:40 +0000)
committerBart Polot <bart@net.in.tum.de>
Sun, 29 Dec 2013 15:40:27 +0000 (15:40 +0000)
src/mesh/gnunet-service-mesh_peer.c

index def57ba5624516ebec19e4bee9967e6abf924da4..daefa31fa059d123c50d722ff37236373cce34e3 100644 (file)
@@ -910,7 +910,7 @@ queue_send (void *cls, size_t size, void *buf)
     {
       peer->core_transmit =
           GNUNET_CORE_notify_transmit_ready (core_handle,
-                                             0, 0,
+                                             GNUNET_NO, 0,
                                              GNUNET_TIME_UNIT_FOREVER_REL,
                                              dst_id,
                                              queue->size,
@@ -1078,7 +1078,7 @@ GMP_queue_add (struct MeshPeer *peer, void *cls, uint16_t type, size_t size,
                 GMP_2s (peer), size);
     peer->core_transmit =
         GNUNET_CORE_notify_transmit_ready (core_handle,
-                                           0,
+                                           GNUNET_NO,
                                            0,
                                            GNUNET_TIME_UNIT_FOREVER_REL,
                                            GNUNET_PEER_resolve2 (peer->id),