aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
commit36ccc5b502d85f9fcf212e30fa9f1a0787de73ab (patch)
tree4020c41421f7a5df3cee172e128a07047eaf3848 /src/statistics/gnunet-service-statistics.c
parent9bf34bae8102d0c20b36008ce10c2695a658c4d5 (diff)
downloadgnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.tar.gz
gnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.zip
removing server from argument list, other minor fixes
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 0e7b4853d..676db1b02 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -259,7 +259,6 @@ matches (const struct StatsEntry *e, const char *service, const char *name)
259 * Handle GET-message. 259 * Handle GET-message.
260 * 260 *
261 * @param cls closure 261 * @param cls closure
262 * @param server the server handling the message
263 * @param client identification of the client 262 * @param client identification of the client
264 * @param message the actual message 263 * @param message the actual message
265 * @return GNUNET_OK to keep the connection open, 264 * @return GNUNET_OK to keep the connection open,
@@ -267,7 +266,6 @@ matches (const struct StatsEntry *e, const char *service, const char *name)
267 */ 266 */
268static void 267static void
269handle_get (void *cls, 268handle_get (void *cls,
270 struct GNUNET_SERVER_Handle *server,
271 struct GNUNET_SERVER_Client *client, 269 struct GNUNET_SERVER_Client *client,
272 const struct GNUNET_MessageHeader *message) 270 const struct GNUNET_MessageHeader *message)
273{ 271{
@@ -308,13 +306,11 @@ handle_get (void *cls,
308 * Handle SET-message. 306 * Handle SET-message.
309 * 307 *
310 * @param cls closure 308 * @param cls closure
311 * @param server the server handling the message
312 * @param client identification of the client 309 * @param client identification of the client
313 * @param message the actual message 310 * @param message the actual message
314 */ 311 */
315static void 312static void
316handle_set (void *cls, 313handle_set (void *cls,
317 struct GNUNET_SERVER_Handle *server,
318 struct GNUNET_SERVER_Client *client, 314 struct GNUNET_SERVER_Client *client,
319 const struct GNUNET_MessageHeader *message) 315 const struct GNUNET_MessageHeader *message)
320{ 316{