From owner-cvs-all Wed Feb 10 22:42:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01282 for cvs-all-outgoing; Wed, 10 Feb 1999 22:42:40 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01277; Wed, 10 Feb 1999 22:42:39 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA00435; Wed, 10 Feb 1999 22:42:39 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 10 Feb 1999 22:42:39 -0800 (PST) Message-Id: <199902110642.WAA00435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/02/10 22:42:39 PST Modified files: sys/dev/vinum vinumdaemon.c Log: In some cases, it's possible that I/O errors will cause the daemon to time out on an operation. Under these circumstances, vinum(8) will automatically start another daemon. Add a pid for the daemon, so that an overtaken daemon will discover that it's no longer in favour, and will crawl into a corner and die. Revision Changes Path 1.4 +15 -4 src/sys/dev/vinum/vinumdaemon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message