docu
authorChristian Grothoff <christian@grothoff.org>
Fri, 22 Jan 2010 14:27:22 +0000 (14:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 22 Jan 2010 14:27:22 +0000 (14:27 +0000)
src/util/server_nc.c

index e2c74a7e9254fae143085c3217a8568885d7573b..9b6eefe1fc8a87fd65d9ec4f5baf1312c7d13c06 100644 (file)
@@ -131,6 +131,12 @@ struct GNUNET_SERVER_NotificationContext
 };
 
 
+/**
+ * Client has disconnected, clean up.
+ *
+ * @param cls our 'struct GNUNET_SERVER_NotificationContext *'
+ * @param client handle of client that disconnected
+ */
 static void
 handle_client_disconnect (void *cls,
                          struct GNUNET_SERVER_Client *client)