summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/dktp/dadk.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/dktp/dadk.h')
-rw-r--r--usr/src/uts/common/sys/dktp/dadk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dktp/dadk.h b/usr/src/uts/common/sys/dktp/dadk.h
index f5c990e7c0..2178ad1f0d 100644
--- a/usr/src/uts/common/sys/dktp/dadk.h
+++ b/usr/src/uts/common/sys/dktp/dadk.h
@@ -65,6 +65,8 @@ struct dadk {
kstat_t *dad_errstats; /* error stats */
kmutex_t dad_cmd_mutex;
int dad_cmd_count;
+ uint32_t dad_err_cnt; /* number of recent errors */
+ hrtime_t dad_last_log; /* time of last error log */
};
#define DAD_SECSIZ dad_phyg.g_secsiz