projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844b147
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 3 Jun 2011 15:04:37 +0000
(15:04 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 3 Jun 2011 15:04:37 +0000
(15:04 +0000)
src/transport/transport_api.c
patch
|
blob
|
history
diff --git
a/src/transport/transport_api.c
b/src/transport/transport_api.c
index 2f4924476b8c8f05963c9e0c43ad20b81d104570..0fc1bb8ef7f8882126cc7b881cff709b1b96e480 100644
(file)
--- 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?
*/
- u
nsigned in
t priority;
+ u
int32_
t priority;
};
@@
-1949,7
+1949,7
@@
GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle
*handle,
const struct GNUNET_PeerIdentity
*target, size_t size,
- u
nsigned in
t priority,
+ u
int32_
t priority,
struct GNUNET_TIME_Relative timeout,
GNUNET_CONNECTION_TransmitReadyNotify
notify, void *notify_cls)