Author: mm Date: Mon Feb 11 08:07:56 2013 New Revision: 246654 URL: http://svnweb.freebsd.org/changeset/base/246654
Log: 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 Modified: vendor/illumos/dist/cmd/stat/common/statcommon.h Changes in other areas also in this revision: Modified: vendor-sys/illumos/dist/uts/common/dtrace/dtrace.c vendor-sys/illumos/dist/uts/common/sys/cpuvar.h Modified: vendor/illumos/dist/cmd/stat/common/statcommon.h ============================================================================== --- vendor/illumos/dist/cmd/stat/common/statcommon.h Mon Feb 11 08:06:18 2013 (r246653) +++ vendor/illumos/dist/cmd/stat/common/statcommon.h Mon Feb 11 08:07:56 2013 (r246654) @@ -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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"