aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-03 15:04:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-03 15:04:37 +0000
commit139bf3e0f8ad7a010676e53838acb5be9227441b (patch)
treed2189488e086f6df5fd8248f667f7b80a2b82e8f /src/transport/transport_api.c
parent844b147f12b61bb06b7a9cd425198ffd267adba6 (diff)
downloadgnunet-139bf3e0f8ad7a010676e53838acb5be9227441b.tar.gz
gnunet-139bf3e0f8ad7a010676e53838acb5be9227441b.zip
fix
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c4
1 files changed, 2 insertions, 2 deletions
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
139 /** 139 /**
140 * How important is this message? 140 * How important is this message?
141 */ 141 */
142 unsigned int priority; 142 uint32_t priority;
143 143
144}; 144};
145 145
@@ -1949,7 +1949,7 @@ GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle
1949 *handle, 1949 *handle,
1950 const struct GNUNET_PeerIdentity 1950 const struct GNUNET_PeerIdentity
1951 *target, size_t size, 1951 *target, size_t size,
1952 unsigned int priority, 1952 uint32_t priority,
1953 struct GNUNET_TIME_Relative timeout, 1953 struct GNUNET_TIME_Relative timeout,
1954 GNUNET_CONNECTION_TransmitReadyNotify 1954 GNUNET_CONNECTION_TransmitReadyNotify
1955 notify, void *notify_cls) 1955 notify, void *notify_cls)