fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 3 Jun 2011 15:04:37 +0000 (15:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 3 Jun 2011 15:04:37 +0000 (15:04 +0000)
src/transport/transport_api.c

index 2f4924476b8c8f05963c9e0c43ad20b81d104570..0fc1bb8ef7f8882126cc7b881cff709b1b96e480 100644 (file)
@@ -139,7 +139,7 @@ struct GNUNET_TRANSPORT_TransmitHandle
   /**
    * How important is this message?
    */
-  unsigned int priority;
+  uint32_t priority;
 
 };
 
@@ -1949,7 +1949,7 @@ GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle
                                         *handle,
                                         const struct GNUNET_PeerIdentity
                                         *target, size_t size,
-                                        unsigned int priority,
+                                        uint32_t priority,
                                         struct GNUNET_TIME_Relative timeout,
                                         GNUNET_CONNECTION_TransmitReadyNotify
                                         notify, void *notify_cls)