summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/daemon/daemon.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/trace/daemon/daemon.C')
-rw-r--r--src/usr/trace/daemon/daemon.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/trace/daemon/daemon.C b/src/usr/trace/daemon/daemon.C
index 8ebb24e74..a70ad2997 100644
--- a/src/usr/trace/daemon/daemon.C
+++ b/src/usr/trace/daemon/daemon.C
@@ -114,10 +114,12 @@ namespace TRACEDAEMON
// The one at the end will only be useful in non-FSP environments
// for continuous trace, because the mailbox is already shutdown.
//
- INITSERVICE::registerShutdownEvent(iv_service->iv_daemon->iv_queue,
+ INITSERVICE::registerShutdownEvent(TRACE_COMP_ID,
+ iv_service->iv_daemon->iv_queue,
DaemonIf::TRACE_DAEMON_SIGNAL,
INITSERVICE::HIGHEST_PRIORITY);
- INITSERVICE::registerShutdownEvent(iv_service->iv_daemon->iv_queue,
+ INITSERVICE::registerShutdownEvent(TRACE_COMP_ID,
+ iv_service->iv_daemon->iv_queue,
DaemonIf::TRACE_DAEMON_SIGNAL,
INITSERVICE::LOWEST_PRIORITY);
OpenPOWER on IntegriCloud