summaryrefslogtreecommitdiffstats
path: root/src/usr/trace/service.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/trace/service.H')
-rw-r--r--src/usr/trace/service.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/trace/service.H b/src/usr/trace/service.H
index 1f81d9a2f..61e9bc494 100644
--- a/src/usr/trace/service.H
+++ b/src/usr/trace/service.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
/* */
/* p1 */
/* */
@@ -144,6 +144,7 @@ namespace TRACE
friend class TRACEDAEMON::Daemon;
private:
+#ifndef __HOSTBOOT_RUNTIME
/** Front-size buffers */
Buffer* iv_buffers[BUFFER_COUNT]; // slow / fast buffers.
/** Interface to signal daemon. */
@@ -155,6 +156,7 @@ namespace TRACE
static Service* getGlobalInstance();
/** Copy the current time into the timestamp. */
void _createTimeStamp(trace_entry_stamp_t* o_entry);
+#endif
};
}
OpenPOWER on IntegriCloud