Module Name:    src
Committed By:   matt
Date:           Tue Jul 30 13:14:30 UTC 2013

Modified Files:
        src/sys/sys: kernel.h

Log Message:
Add extern int psratio


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/sys/kernel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/kernel.h
diff -u src/sys/sys/kernel.h:1.28 src/sys/sys/kernel.h:1.29
--- src/sys/sys/kernel.h:1.28	Sun Jan 11 02:45:55 2009
+++ src/sys/sys/kernel.h	Tue Jul 30 13:14:30 2013
@@ -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 stathz;		/* statistics clock'
 extern int profhz;		/* profiling clock's frequency */
 
 extern int profsrc;		/* profiling source */
+extern int psratio;		/* ratio: prof / stat */
 
 #define PROFSRC_CLOCK	0
 

Reply via email to