summaryrefslogtreecommitdiff
path: root/libdleyna/server/async.h
diff options
context:
space:
mode:
authorChristophe Guiraud <christophe.guiraud@intel.com>2013-08-06 10:52:06 +0200
committerrmerlino <regis.merlino@intel.com>2013-12-12 14:51:39 +0100
commite1016524888d652aeb8470cdc54db35619cd6d6d (patch)
tree87f16ca5f9d44de036beaa3b559cc6074c84c1ab /libdleyna/server/async.h
parente0a29b4f4596f04831f0aa6b863b0c3d53c598ee (diff)
downloaddleyna-server-e1016524888d652aeb8470cdc54db35619cd6d6d.tar.gz
[Device] Retrieve sleeping state via GetInterfaceInfo action
Some devices may continue to send SSDP messages even if they are asleep. Thus we cannot assume that a device is awake just because we can discover it. If a device is dicovered we need to retrieve it's sleeping state via the UPnP GetInterfaceInfo action. Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
Diffstat (limited to 'libdleyna/server/async.h')
-rw-r--r--libdleyna/server/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdleyna/server/async.h b/libdleyna/server/async.h
index c5e1579..2408b4b 100644
--- a/libdleyna/server/async.h
+++ b/libdleyna/server/async.h
@@ -62,6 +62,7 @@ struct dls_async_get_all_t_ {
const gchar *protocol_info;
gboolean need_child_count;
gboolean device_object;
+ GUPnPServiceProxy *proxy;
};
typedef struct dls_async_upload_t_ dls_async_upload_t;