Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop cfc231441 -> 6b55b72c2


oicmgr; apps which were not calling mgmt_evq_set() were not
registering oic resource for newtmgr.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/6b55b72c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6b55b72c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6b55b72c

Branch: refs/heads/develop
Commit: 6b55b72c2aa22f7916fab414acc7f4129c98faec
Parents: cfc2314
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Feb 17 13:17:00 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Feb 17 13:18:32 2017 -0800

----------------------------------------------------------------------
 mgmt/oicmgr/src/oicmgr.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6b55b72c/mgmt/oicmgr/src/oicmgr.c
----------------------------------------------------------------------
diff --git a/mgmt/oicmgr/src/oicmgr.c b/mgmt/oicmgr/src/oicmgr.c
index 75e8bde..d2110ef 100644
--- a/mgmt/oicmgr/src/oicmgr.c
+++ b/mgmt/oicmgr/src/oicmgr.c
@@ -222,6 +222,7 @@ oicmgr_init(void)
         goto err;
     }
 
+    mgmt_evq_set(os_eventq_dflt_get());
     return (0);
 err:
     return (rc);

Reply via email to