gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14047 - in gnunet/src: monkey nat transport


From: gnunet
Subject: [GNUnet-SVN] r14047 - in gnunet/src: monkey nat transport
Date: Thu, 23 Dec 2010 14:23:16 +0100

Author: grothoff
Date: 2010-12-23 14:23:15 +0100 (Thu, 23 Dec 2010)
New Revision: 14047

Modified:
   gnunet/src/monkey/gdbmi_get_free_pty.c
   gnunet/src/nat/upnp-commands.c
   gnunet/src/nat/upnp-commands.h
   gnunet/src/transport/plugin_transport_wlan.c
Log:
doxygen

Modified: gnunet/src/monkey/gdbmi_get_free_pty.c
===================================================================
--- gnunet/src/monkey/gdbmi_get_free_pty.c      2010-12-23 13:23:11 UTC (rev 
14046)
+++ gnunet/src/monkey/gdbmi_get_free_pty.c      2010-12-23 13:23:15 UTC (rev 
14047)
@@ -34,7 +34,7 @@
 
   Description:
   Look for a free and usable pseudo terminal. Low level, use
address@hidden
+  gmi_look_for_free_pty().
   
   Return: A file descriptor connected to the master pty and the name of the 
slave device, or <0 on error.
   

Modified: gnunet/src/nat/upnp-commands.c
===================================================================
--- gnunet/src/nat/upnp-commands.c      2010-12-23 13:23:11 UTC (rev 14046)
+++ gnunet/src/nat/upnp-commands.c      2010-12-23 13:23:15 UTC (rev 14047)
@@ -180,7 +180,7 @@
  * @param p HTML to parse
  * @param n size of p
  * @param content_len pointer to store content length to
- * @param content_len pointer to store header length to
+ * @param header_len pointer to store header length to
  */
 static void
 get_content_and_header_len (const char *p, int n,

Modified: gnunet/src/nat/upnp-commands.h
===================================================================
--- gnunet/src/nat/upnp-commands.h      2010-12-23 13:23:11 UTC (rev 14046)
+++ gnunet/src/nat/upnp-commands.h      2010-12-23 13:23:15 UTC (rev 14047)
@@ -215,7 +215,7 @@
  * @param proto protocol for which port mapping was requested
  * @param remote_host remote host for which port mapping was requested
  * @param caller_cb function to call when done
- * @param cls closure passed to caller_cb
+ * @param caller_cls closure passed to caller_cb
  */
 void
 UPNP_delete_port_mapping_ (const char *control_url, const char *service_type,
@@ -258,7 +258,7 @@
  * @param ext_port external port
  * @param proto protocol for which port mapping was requested
  * @param caller_cb function to call when done
- * @param callers_cls closure passed to caller_cb
+ * @param caller_cls closure passed to caller_cb
  */
 void
 UPNP_get_specific_port_mapping_entry_ (const char *control_url,

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2010-12-23 13:23:11 UTC 
(rev 14046)
+++ gnunet/src/transport/plugin_transport_wlan.c        2010-12-23 13:23:15 UTC 
(rev 14047)
@@ -1987,13 +1987,13 @@
  * Start the gnunet-wlan-helper process.
  *
  * @param plugin the transport plugin
- *
+ * @param testmode should we use the dummy driver for testing?
  * @return GNUNET_YES if process was started, GNUNET_SYSERR on error
  */
 static int
 wlan_transport_start_wlan_helper(struct Plugin *plugin, int testmode)
 {
-  char * filename = "gnunet-transport-wlan-helper";
+  const char * filename = "gnunet-transport-wlan-helper";
   plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_NO, GNUNET_YES);
   if (plugin->server_stdout == NULL)
     return GNUNET_SYSERR;




reply via email to

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