Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 01:09:17 +0100
From:      Mark Santcroos <marks@ripe.net>
To:        hackers@freebsd.org
Subject:   nswap
Message-ID:  <20030117000917.GA7277@laptop.6bone.nl>

next in thread | raw e-mail | index | archive | help
in <sys/systm.h>:
extern int nswap;   /* size of swap space */

in <vm/vm_swap.c>:
static int nswap;   /* first block after the interleaved devs */

Is the extern pointing to this variable? (It seems so, don't see any other
such variable in the three)
If so, is there any problem with making nswap non-static?

Thanks

Mark

-- 
Mark Santcroos                    RIPE Network Coordination Centre
http://www.ripe.net/home/mark/    New Projects Group/TTM

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030117000917.GA7277>