From: jqb@netcom.com (Jim Balter)
Subject: Re: Missing struct itimerval
9 Feb 1997 20:48:23 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <32FE9979.1CFE.cygnus.gnu-win32@netcom.com>
References: <B0000003092@nt1.deerinet.nb.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (WinNT; I)
Original-To: Grant Leslie <grantl@deerinet.nb.ca>
Original-CC: GNU-WIN32 <gnu-win32@cygnus.com>
Original-Sender: owner-gnu-win32@cygnus.com

Grant Leslie wrote:
> 
> > try grep -i itimerval *.h or *.c
> > it should show you one of the files which has the real structure
> > declaration...
> >
> I tried that :(, it's nowhere in the standard headers, or X11 headers
> that I can find.
> And there is no declaration in the Fvwm files either..

Interval timers are a BSD kernel facility to do interval timing at high
resolutions.  You'll have to roll your own.  You set an interval timer
to go off after a specified amount of time and then repeatedly
after a specified increment elapses; the process gets a signal
whenever the timer goes off.

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
