From: Christian Grothoff Date: Fri, 3 Jun 2011 15:04:37 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18345 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=139bf3e0f8ad7a010676e53838acb5be9227441b;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 2f4924476..0fc1bb8ef 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -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)