gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11770 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r11770 - gnunet/src/transport
Date: Wed, 16 Jun 2010 17:59:02 +0200

Author: wachs
Date: 2010-06-16 17:59:02 +0200 (Wed, 16 Jun 2010)
New Revision: 11770

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-06-16 15:56:24 UTC 
(rev 11769)
+++ gnunet/src/transport/plugin_transport_http.c        2010-06-16 15:59:02 UTC 
(rev 11770)
@@ -353,8 +353,8 @@
 /**
  * Create a new session
  *
- * @param address address the peer is using inbound
- * @param address address the peer is using outbound
+ * @param addr_in address the peer is using inbound
+ * @param addr_out address the peer is using outbound
  * @param peer identity
  * @return created session object
  */
@@ -908,7 +908,7 @@
  * @param session session to send data to
  * @return bytes sent to peer
  */
-static size_t send_prepare(struct Session* session );
+static size_t send_prepare(struct Session* ses );
 
 /**
  * Function setting up curl handle and selecting message to send
@@ -1061,7 +1061,7 @@
  * @param ses session to send data to
  * @return bytes sent to peer
  */
-static size_t send_prepare(struct Session* session )
+static size_t send_prepare(struct Session* ses )
 {
   fd_set rs;
   fd_set ws;
@@ -1106,7 +1106,7 @@
                                    grs,
                                    gws,
                                    &send_execute,
-                                   session);
+                                   ses);
   GNUNET_NETWORK_fdset_destroy (gws);
   GNUNET_NETWORK_fdset_destroy (grs);
 




reply via email to

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