summaryrefslogtreecommitdiffstats
path: root/sys/sys/pmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/pmc.h')
-rw-r--r--sys/sys/pmc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 3bad443..f4a29ce 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -752,7 +752,8 @@ struct pmc_owner {
struct pmclog_buffer *po_curbuf; /* current log buffer */
struct file *po_file; /* file reference */
int po_error; /* recorded error */
- int po_sscount; /* # SS PMCs owned */
+ short po_sscount; /* # SS PMCs owned */
+ short po_logprocmaps; /* global mappings done */
};
#define PMC_PO_OWNS_LOGFILE 0x00000001 /* has a log file */
OpenPOWER on IntegriCloud