2001-11-02 06:05:58

by gspujar

[permalink] [raw]
Subject: software watchdog




Hi,
I am using software watchdog in my application. Is there any way to ensure that
watchdog continues its
job even after the process that opens the watchdog device crashes or teminates ?

Thanks in advance
Girish




2001-11-02 18:56:17

by Alberto Bertogli

[permalink] [raw]
Subject: Re: software watchdog

On Fri, Nov 02, 2001 at 11:38:47AM +0530, [email protected] wrote:
> Hi,
> I am using software watchdog in my application. Is there any way to ensure that
> watchdog continues its
> job even after the process that opens the watchdog device crashes or teminates ?
>

I think CONFIG_WATCHDOG_NOWAYOUT is exactly what you want.
You find it just where you enabled your watchdog.

Alberto