aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-09 09:45:53 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-09 09:45:53 +0000
commitefad1d6733cd7e75a4e6c846ad7c031a0167b8be (patch)
tree93c8d652b78ae04b5b4a5c8e1e8abe398d4dd8c7 /src/transport/plugin_transport_wlan.c
parentd96c9d244148f2ee984c206b71987ba6df0ec820 (diff)
downloadgnunet-efad1d6733cd7e75a4e6c846ad7c031a0167b8be.tar.gz
gnunet-efad1d6733cd7e75a4e6c846ad7c031a0167b8be.zip
- complement HELPER API with functions to kill and wait on the helper process
- To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 223791e18..5b4e702e5 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1613,7 +1613,7 @@ libgnunet_plugin_transport_wlan_done (void *cls)
1613 } 1613 }
1614 if (NULL != plugin->suid_helper) 1614 if (NULL != plugin->suid_helper)
1615 { 1615 {
1616 GNUNET_HELPER_stop (plugin->suid_helper); 1616 GNUNET_HELPER_stop (plugin->suid_helper, GNUNET_NO);
1617 plugin->suid_helper = NULL; 1617 plugin->suid_helper = NULL;
1618 } 1618 }
1619 endpoint_next = plugin->mac_head; 1619 endpoint_next = plugin->mac_head;