X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmanage-apps.c;h=25ccfd385d1abe9501f96c5786b9abdb7a1ceb27;hb=73535baf93cafc2a3e56a4e713e342ab7325f8dd;hp=b5b77d896573a8dcdcd1c2269baf19d64573f6ab;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/manage-apps.c b/src/bin/lttng-sessiond/manage-apps.c index b5b77d896..25ccfd385 100644 --- a/src/bin/lttng-sessiond/manage-apps.c +++ b/src/bin/lttng-sessiond/manage-apps.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * Copyright (C) 2013 Jérémie Galarneau * @@ -54,7 +54,7 @@ static void *thread_application_management(void *data) rcu_register_thread(); rcu_thread_online(); - health_register(health_sessiond, HEALTH_SESSIOND_TYPE_APP_MANAGE); + health_register(the_health_sessiond, HEALTH_SESSIOND_TYPE_APP_MANAGE); if (testpoint(sessiond_thread_manage_apps)) { goto error_testpoint; @@ -190,7 +190,7 @@ error_testpoint: health_error(); ERR("Health error occurred in %s", __func__); } - health_unregister(health_sessiond); + health_unregister(the_health_sessiond); DBG("Application communication apps thread cleanup complete"); rcu_thread_offline(); rcu_unregister_thread();