Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 1998 09:57:20 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        hackers@FreeBSD.ORG
Subject:   kernel sysctl interface question...
Message-ID:  <199809010757.JAA08942@labinfo.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
Hi,

i notice that some (static) kernel data structures are exported to user
space using the sysctl interface, and that makes life easy for programs
that want to access these things -- examples are statistics etc.

Now, i wonder if (and then how) i can use the same interface for
exporting dynamic data structures, e.g. things like "struct ifnet"
which are allocated more or less dynamically.

	thanks
	luigi

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?199809010757.JAA08942>