gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33607 - gnunet-ext/src/ext


From: gnunet
Subject: [GNUnet-SVN] r33607 - gnunet-ext/src/ext
Date: Sun, 8 Jun 2014 20:19:03 +0200

Author: grothoff
Date: 2014-06-08 20:19:03 +0200 (Sun, 08 Jun 2014)
New Revision: 33607

Modified:
   gnunet-ext/src/ext/gnunet-service-ext.c
Log:
-fix comments

Modified: gnunet-ext/src/ext/gnunet-service-ext.c
===================================================================
--- gnunet-ext/src/ext/gnunet-service-ext.c     2014-06-08 15:26:55 UTC (rev 
33606)
+++ gnunet-ext/src/ext/gnunet-service-ext.c     2014-06-08 18:19:03 UTC (rev 
33607)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 
+     (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -38,8 +38,6 @@
  * @param cls closure
  * @param client identification of the client
  * @param message the actual message
- * @return GNUNET_OK to keep the connection open,
- *         GNUNET_SYSERR to close it (signal serious error)
  */
 static void
 handle_ext (void *cls,
@@ -72,8 +70,7 @@
  */
 static void
 handle_client_disconnect (void *cls,
-                         struct GNUNET_SERVER_Client
-                         * client)
+                         struct GNUNET_SERVER_Client * client)
 {
 }
 
@@ -96,7 +93,7 @@
   };
   cfg = c;
   GNUNET_SERVER_add_handlers (server, handlers);
-  GNUNET_SERVER_disconnect_notify (server, 
+  GNUNET_SERVER_disconnect_notify (server,
                                   &handle_client_disconnect,
                                   NULL);
   GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]