gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 102/219: INTERNALS: Add code highlighting


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 102/219: INTERNALS: Add code highlighting
Date: Wed, 22 May 2019 19:17:21 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 927ee2cc609e0a85fc9d7f3ee1b7153b67ec69fe
Author: Aron Bergman <address@hidden>
AuthorDate: Tue Apr 23 11:29:47 2019 +0200

    INTERNALS: Add code highlighting
    
    Make all struct members under the Curl_handler section
    print in monospace font.
    
    Closes #3801
    Reviewed-by: Daniel Stenberg <address@hidden>
    Reviewed-by: Daniel Gustafsson <address@hidden>
---
 docs/INTERNALS.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index 69b92d4e2..01d56d3d4 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -992,25 +992,25 @@ for older and later versions as things don't change 
drastically that often.
   `->do_more` gets called during the `DO_MORE` state. The FTP protocol uses
   this state when setting up the second connection.
 
-  ->`proto_getsock`
-  ->`doing_getsock`
-  ->`domore_getsock`
-  ->`perform_getsock`
+  `->proto_getsock`
+  `->doing_getsock`
+  `->domore_getsock`
+  `->perform_getsock`
   Functions that return socket information. Which socket(s) to wait for which
   action(s) during the particular multi state.
 
-  ->disconnect is called immediately before the TCP connection is shutdown.
+  `->disconnect` is called immediately before the TCP connection is shutdown.
 
-  ->readwrite gets called during transfer to allow the protocol to do extra
+  `->readwrite` gets called during transfer to allow the protocol to do extra
   reads/writes
 
-  ->defport is the default report TCP or UDP port this protocol uses
+  `->defport` is the default report TCP or UDP port this protocol uses
 
-  ->protocol is one or more bits in the `CURLPROTO_*` set. The SSL versions
+  `->protocol` is one or more bits in the `CURLPROTO_*` set. The SSL versions
   have their "base" protocol set and then the SSL variation. Like
   "HTTP|HTTPS".
 
-  ->flags is a bitmask with additional information about the protocol that will
+  `->flags` is a bitmask with additional information about the protocol that 
will
   make it get treated differently by the generic engine:
 
   - `PROTOPT_SSL` - will make it connect and negotiate SSL

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



reply via email to

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