gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 34/116: select: update comments


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 34/116: select: update comments
Date: Tue, 05 Dec 2017 14:51:04 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit f2003295a07dc0475f4b07b3c8de3d88fd0384bd
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Oct 30 16:40:28 2017 +0100

    select: update comments
    
    s/curlx_tvnow/Curl_now
---
 lib/select.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/select.c b/lib/select.c
index d29868841..28390a4a6 100644
--- a/lib/select.c
+++ b/lib/select.c
@@ -177,7 +177,7 @@ int Curl_socket_check(curl_socket_t readfd0, /* two sockets 
to read from */
     return r;
   }
 
-  /* Avoid initial timestamp, avoid curlx_tvnow() call, when elapsed
+  /* Avoid initial timestamp, avoid Curl_now() call, when elapsed
      time in this function does not need to be measured. This happens
      when function is called with a zero timeout or a negative timeout
      value indicating a blocking call should be performed. */
@@ -418,7 +418,7 @@ int Curl_poll(struct pollfd ufds[], unsigned int nfds, int 
timeout_ms)
     return r;
   }
 
-  /* Avoid initial timestamp, avoid curlx_tvnow() call, when elapsed
+  /* Avoid initial timestamp, avoid Curl_now() call, when elapsed
      time in this function does not need to be measured. This happens
      when function is called with a zero timeout or a negative timeout
      value indicating a blocking call should be performed. */

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



reply via email to

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