projects
/
platform
/
core
/
api
/
multi-device-group.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f3385
)
mot-agent: Notify mot enabled devices to comp-manager
author
Saurav Babu
<saurav.babu@samsung.com>
Wed, 17 Jan 2018 11:15:38 +0000
(16:45 +0530)
committer
saerome.kim
<saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:43 +0000
(19:38 +0900)
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
src/mot-agent/ma-subowner.c
patch
|
blob
|
history
diff --git
a/src/mot-agent/ma-subowner.c
b/src/mot-agent/ma-subowner.c
index 57b058ad7fbe9bc2f02a709defcfa33d83769691..2b4ffe6f2695365b168b68193013140d62d9d464 100644
(file)
--- a/
src/mot-agent/ma-subowner.c
+++ b/
src/mot-agent/ma-subowner.c
@@
-662,6
+662,7
@@
static void __notify_found_devs(void *data)
g_variant_builder_init(&builder, G_VARIANT_TYPE("aa{sv}"));
if (MA_DISC_MOT_ENB_DEVS == con->cid) {
+ iter = g_client->g_motdev_list;
g_client->g_motdev_cnt = _print_dev_list(g_client->g_motdev_list);
MA_LOGD("Found %d MOT enabled devices", g_client->g_motdev_cnt);
} else if (MA_DISC_MOWNED_DEVS == con->cid) {