From owner-freebsd-current Sat Dec 11 14:10:24 1999 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 1AD0014F50; Sat, 11 Dec 1999 14:10:23 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA92069; Sat, 11 Dec 1999 14:10:42 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: John Baldwin Cc: freebsd-current@FreeBSD.org, abial@webgiro.com, Archie Cobbs Subject: Re: Modules and sysctl tree In-reply-to: Your message of "Sat, 11 Dec 1999 17:02:40 EST." <199912112202.RAA76379@server.baldwin.cx> Date: Sat, 11 Dec 1999 14:10:42 -0800 Message-ID: <92065.944950242@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Perhaps a modtime on the sysctl tree as a gross hack? Inside of sysctl() and > the SYSCTL() macros you would update the time every time a write was made, no de > added, node removed, etc. However, it is a gross hack. You're right, it would be a gross hack. :) Also, I can see where it would be valuable to be able to distinguish between tree modification (nodes entered or left) and an existing node simply being written to. Maybe a compound type, just to make it even grosser! :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message