Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add extern int psratio



details:   https://anonhg.NetBSD.org/src/rev/56c7d2ed8859
branches:  trunk
changeset: 788941:56c7d2ed8859
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 30 13:14:30 2013 +0000

description:
Add extern int psratio

diffstat:

 sys/sys/kernel.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1364a83ad7aa -r 56c7d2ed8859 sys/sys/kernel.h
--- a/sys/sys/kernel.h  Tue Jul 30 12:38:16 2013 +0000
+++ b/sys/sys/kernel.h  Tue Jul 30 13:14:30 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernel.h,v 1.28 2009/01/11 02:45:55 christos Exp $     */
+/*     $NetBSD: kernel.h,v 1.29 2013/07/30 13:14:30 matt Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -61,6 +61,7 @@
 extern int profhz;             /* profiling clock's frequency */
 
 extern int profsrc;            /* profiling source */
+extern int psratio;            /* ratio: prof / stat */
 
 #define PROFSRC_CLOCK  0
 



Home | Main Index | Thread Index | Old Index