aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
commit311e9e5636fdd21172f9bca63cc8746c654ae526 (patch)
tree23099f5eceade38b89a054386aad03971191dab9 /src/transport/plugin_transport_wlan.c
parentba204d8d7f0dc98c5b50d047cb5e081f73d67d2e (diff)
downloadgnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.tar.gz
gnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.zip
doxygen
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 003a77248..3459f456c 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1987,13 +1987,13 @@ wlan_plugin_helper_read (void *cls,
1987 * Start the gnunet-wlan-helper process. 1987 * Start the gnunet-wlan-helper process.
1988 * 1988 *
1989 * @param plugin the transport plugin 1989 * @param plugin the transport plugin
1990 * 1990 * @param testmode should we use the dummy driver for testing?
1991 * @return GNUNET_YES if process was started, GNUNET_SYSERR on error 1991 * @return GNUNET_YES if process was started, GNUNET_SYSERR on error
1992 */ 1992 */
1993static int 1993static int
1994wlan_transport_start_wlan_helper(struct Plugin *plugin, int testmode) 1994wlan_transport_start_wlan_helper(struct Plugin *plugin, int testmode)
1995{ 1995{
1996 char * filename = "gnunet-transport-wlan-helper"; 1996 const char * filename = "gnunet-transport-wlan-helper";
1997 plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_NO, GNUNET_YES); 1997 plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_NO, GNUNET_YES);
1998 if (plugin->server_stdout == NULL) 1998 if (plugin->server_stdout == NULL)
1999 return GNUNET_SYSERR; 1999 return GNUNET_SYSERR;