ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.h
(Generate patch)

Comparing gvpe/src/iom.h (file contents):
Revision 1.24 by pcg, Fri Nov 12 10:23:33 2004 UTC vs.
Revision 1.25 by pcg, Fri Nov 12 12:49:12 2004 UTC

41# define IOM_IDLE 0 41# define IOM_IDLE 0
42#endif 42#endif
43#ifndef IOM_SIG 43#ifndef IOM_SIG
44# define IOM_SIG 0 44# define IOM_SIG 0
45#endif 45#endif
46#ifndef IOM_ACCURACY
47# define IOM_ACCURACY 0.001 // start timers at most this much earlier (can be 0)
48#endif
49 46
50typedef double tstamp; 47typedef double tstamp;
51extern tstamp NOW; 48extern tstamp NOW;
52 49
53struct watcher; 50struct watcher;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines