From: jqb AT netcom DOT com (Jim Balter) Subject: Re: Missing struct itimerval 9 Feb 1997 20:48:23 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <32FE9979.1CFE.cygnus.gnu-win32@netcom.com> References: 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 Original-CC: GNU-WIN32 Original-Sender: owner-gnu-win32 AT cygnus DOT 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. -- - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".