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.27 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.28 by pcg, Mon Mar 7 01:31:26 2005 UTC

47#endif 47#endif
48 48
49typedef double tstamp; 49typedef double tstamp;
50extern tstamp NOW; 50extern tstamp NOW;
51 51
52// TSTAMP_MAX must still fit into a positive struct timeval
53#define TSTAMP_MAX (double)(1UL<<31)
54
52struct watcher; 55struct watcher;
53#if IOM_IO 56#if IOM_IO
54struct io_watcher; 57struct io_watcher;
55#endif 58#endif
56#if IOM_TIME 59#if IOM_TIME

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines