Deleted Added
full compact
resourcevar.h (72912) resourcevar.h (74914)
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)resourcevar.h 8.4 (Berkeley) 1/9/95
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)resourcevar.h 8.4 (Berkeley) 1/9/95
34 * $FreeBSD: head/sys/sys/resourcevar.h 72912 2001-02-22 18:07:31Z jhb $
34 * $FreeBSD: head/sys/sys/resourcevar.h 74914 2001-03-28 09:17:56Z jhb $
35 */
36
37#ifndef _SYS_RESOURCEVAR_H_
38#define _SYS_RESOURCEVAR_H_
39
40#include <sys/resource.h>
41#include <sys/queue.h>
35 */
36
37#ifndef _SYS_RESOURCEVAR_H_
38#define _SYS_RESOURCEVAR_H_
39
40#include <sys/resource.h>
41#include <sys/queue.h>
42#include <sys/lock.h> /* XXX */
42#include <sys/mutex.h> /* XXX */
43
44/*
45 * Kernel per-process accounting / statistics
46 * (not necessarily resident except when running).
47 */
48struct pstats {
49#define pstat_startzero p_ru

--- 71 unchanged lines hidden ---
43#include <sys/mutex.h> /* XXX */
44
45/*
46 * Kernel per-process accounting / statistics
47 * (not necessarily resident except when running).
48 */
49struct pstats {
50#define pstat_startzero p_ru

--- 71 unchanged lines hidden ---