gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 29


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 29a91f5ddb1e0e5e45a66c2bd628a5573139236e
Date: Sat, 5 Nov 2016 15:33:50 +0100 (CET)

The branch, master has been updated
       via  29a91f5ddb1e0e5e45a66c2bd628a5573139236e (commit)
      from  3ccd1b4586df4fce288b1f3472d5d5d5ed601186 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 29a91f5ddb1e0e5e45a66c2bd628a5573139236e
Author: Evgeny Grin (Karlson2k) <address@hidden>
Date:   Sat Nov 5 17:31:05 2016 +0300

    test_quiesce_stream.c: convert C++-style comments

-----------------------------------------------------------------------

Summary of changes:
 src/testcurl/test_quiesce_stream.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testcurl/test_quiesce_stream.c 
b/src/testcurl/test_quiesce_stream.c
index 924afb4..5a237bf 100644
--- a/src/testcurl/test_quiesce_stream.c
+++ b/src/testcurl/test_quiesce_stream.c
@@ -162,18 +162,18 @@ http_AccessHandlerCallback (void *cls,
 int
 main()
 {
-  // Panic callback
+  /* Panic callback */
   MHD_set_panic_func (&http_PanicCallback,
                       NULL);
 
-  // Flags
+  /* Flags */
   unsigned int daemon_flags
     = MHD_USE_SELECT_INTERNALLY
     | MHD_USE_EPOLL
     | MHD_USE_SUSPEND_RESUME
     | MHD_USE_PIPE_FOR_SHUTDOWN;
 
-  // Create daemon
+  /* Create daemon */
   struct MHD_Daemon *daemon = MHD_start_daemon (daemon_flags,
                                                 8000,
                                                 NULL,
@@ -188,7 +188,7 @@ main()
       MHD_stop_daemon (daemon);
       return 77; /* skipped */
     }
-  // wait for a request
+  /* wait for a request */
   while (0 == request_counter)
     sleep (1);
 


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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