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:
19cd244
)
fixing compiler warning
author
Christian Grothoff
<christian@grothoff.org>
Fri, 9 Apr 2010 14:55:36 +0000
(14:55 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 9 Apr 2010 14:55:36 +0000
(14:55 +0000)
src/hostlist/hostlist-server.c
patch
|
blob
|
history
diff --git
a/src/hostlist/hostlist-server.c
b/src/hostlist/hostlist-server.c
index 9a86b302ab5a254fc5d373d2633715a823adb4cd..9e0307ec08146ce8a74dc242dd83e84403c6c7ff 100644
(file)
--- a/
src/hostlist/hostlist-server.c
+++ b/
src/hostlist/hostlist-server.c
@@
-354,6
+354,7
@@
access_handler_callback (void *cls,
return MHD_queue_response (connection, MHD_HTTP_OK, response);
}
+#if 0
static size_t
adv_transmit_ready ( void *cls, size_t size, void *buf)
{
@@
-384,6
+385,7
@@
adv_transmit_message ( const struct GNUNET_PeerIdentity * peer, int size )
&adv_transmit_ready, NULL);
return GNUNET_YES;
}
+#endif
/**
* Function that assembles our hostlist adv message.