summaryrefslogtreecommitdiff
path: root/usr/src/cmd/intrd/intrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/intrd/intrd.h')
-rw-r--r--usr/src/cmd/intrd/intrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/intrd/intrd.h b/usr/src/cmd/intrd/intrd.h
index 1b7f812494..c4bf5d96c4 100644
--- a/usr/src/cmd/intrd/intrd.h
+++ b/usr/src/cmd/intrd/intrd.h
@@ -105,6 +105,7 @@ typedef struct load {
uint64_t ld_total;
uint64_t ld_intrtotal;
ivec_t *ld_bigint;
+ size_t ld_ncpu;
} load_t;
#define LOAD_LGRP(_load, _id) ((_load) + max_cpu + (_id))
#define LOAD_CPU(_load, _id) ((_load) + (_id))