summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-02-11 08:07:56 +0000
committermm <mm@FreeBSD.org>2013-02-11 08:07:56 +0000
commit45651753611592fbf078a1d81e3e50642ecd37f3 (patch)
treef19b98cbd0f86ac71c9fae985daefd074d40bbd8
parente18d44a7a853a2f216a35af4921d43250c5768b7 (diff)
downloadFreeBSD-src-45651753611592fbf078a1d81e3e50642ecd37f3.zip
FreeBSD-src-45651753611592fbf078a1d81e3e50642ecd37f3.tar.gz
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13953:0cc6917308f7 Illumos dtrace issues: 3529 iostat should display time used by dtrace
-rw-r--r--cmd/stat/common/statcommon.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/stat/common/statcommon.h b/cmd/stat/common/statcommon.h
index 9ee0774..fd3e9d2 100644
--- a/cmd/stat/common/statcommon.h
+++ b/cmd/stat/common/statcommon.h
@@ -20,7 +20,10 @@
*/
/*
* Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
- *
+ * Copyright (c) 2012 by Delphix. All rights reserved.
+ */
+
+/*
* Common routines for acquiring snapshots of kstats for
* iostat, mpstat, and vmstat.
*/
@@ -221,6 +224,7 @@ struct snapshot {
size_t s_iodevs_is_name_maxlen;
struct sys_snapshot s_sys;
struct biostats s_biostats;
+ size_t s_nr_active_cpus;
};
/* print a message and exit with failure */
OpenPOWER on IntegriCloud