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:
d1a949a
)
Fixed int to unsigned casting warning.
author
anryko
<a.shvenke@gmail.com>
Fri, 5 Jan 2018 17:19:12 +0000
(18:19 +0100)
committer
anryko
<a.shvenke@gmail.com>
Fri, 5 Jan 2018 17:19:12 +0000
(18:19 +0100)
src/transport/plugin_transport_udp.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_udp.c
b/src/transport/plugin_transport_udp.c
index f214e7be48b56a7739b108b62451179b39ab034b..0daac444310d6959418e586812c86d9593546075 100644
(file)
--- a/
src/transport/plugin_transport_udp.c
+++ b/
src/transport/plugin_transport_udp.c
@@
-3839,9
+3839,9
@@
libgnunet_plugin_transport_udp_init (void *cls)
unsigned long long port;
unsigned long long aport;
unsigned long long udp_max_bps;
-
unsigned long long
enable_v6;
-
unsigned long long
enable_broadcasting;
-
unsigned long long
enable_broadcasting_recv;
+
int
enable_v6;
+
int
enable_broadcasting;
+
int
enable_broadcasting_recv;
char *bind4_address;
char *bind6_address;
struct GNUNET_TIME_Relative interval;