Mail Archives: cygwin/1996/12/03/12:58:20
Have this code in a program I am trying to port (CircleMUD 3.0)... Only
one peice of code doesn't work....
struct itimerval itime;
interval.tv_sec = 180;
interval.tv_usec = 0;
itime.it_interval = interval;
itime.it_value = interval;
setitimer(ITIMER_VIRTUAL, &itime, NULL);
my_signal(SIGVTALRM, checkpointing);
struct itimerval is not known nor are ITIMER_VIRTUAL, SIGVTALRM and
setitimer.
Anybody know of a way round this???
Thanks,
Chris
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -