[Version] 0.0.75-25
[Issue Type] Update
Change-Id: Ib8116b3da7366645d9307b9e357f7d8cc38d7ccb
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Summary: Resource policy framework
Name: murphy
Version: 0.0.75
-Release: 24
+Release: 25
License: BSD-3-Clause
Group: System/Service
URL: http://01.org/murphy/
GMainContext *def_ctx = g_main_context_default();
GMainContext *loop_ctx = g_main_loop_get_context(glue->gml);
if (loop_ctx && def_ctx != loop_ctx) {
- glue->worker = g_thread_try_new(NULL, thread_main, glue, NULL);
+ glue->worker = g_thread_try_new("mrp:worker", thread_main, glue, NULL);
if (glue->worker == NULL) {
mrp_log_error("Thread creation failed");
return FALSE;