gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 239/254: examples/multi-uv.c: fix deprecated symbol


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 239/254: examples/multi-uv.c: fix deprecated symbol
Date: Sat, 17 Jun 2017 16:54:31 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit bc164de7b392dd1f1ffd6013458e32caf03f03cc
Author: Ryuichi KAWAMATA <address@hidden>
AuthorDate: Thu Jun 8 23:17:59 2017 +0900

    examples/multi-uv.c: fix deprecated symbol
    
    Closes #1557
---
 docs/examples/multi-uv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/multi-uv.c b/docs/examples/multi-uv.c
index 37e4f4781..ceddad04a 100644
--- a/docs/examples/multi-uv.c
+++ b/docs/examples/multi-uv.c
@@ -148,7 +148,7 @@ static void curl_perform(uv_poll_t *req, int status, int 
events)
   check_multi_info();
 }
 
-static void on_timeout(uv_timer_t *req, int status)
+static void on_timeout(uv_timer_t *req)
 {
   int running_handles;
   curl_multi_socket_action(curl_handle, CURL_SOCKET_TIMEOUT, 0,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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