From: Tomasz Bursztyka Date: Fri, 21 Mar 2014 11:48:06 +0000 (+0200) Subject: dbus: Declare properly ServiceDiscoveryRequest method X-Git-Tag: hostap_2_2~502 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=442adfde3d776ecacbea8a34ef9bd9da38d37c4a;p=thirdparty%2Fhostap.git dbus: Declare properly ServiceDiscoveryRequest method It does return something: the reference of the request, as an integer, which can be used then with ServiceDiscoveryCancelRequest to get canceled. Signed-off-by: Tomasz Bursztyka --- diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c index a1e2c0936..e431b545f 100644 --- a/wpa_supplicant/dbus/dbus_new.c +++ b/wpa_supplicant/dbus/dbus_new.c @@ -2649,6 +2649,7 @@ static const struct wpa_dbus_method_desc wpas_dbus_interface_methods[] = { (WPADBusMethodHandler)wpas_dbus_handler_p2p_service_sd_req, { { "args", "a{sv}", ARG_IN }, + { "ref", "t", ARG_OUT }, END_ARGS } },