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.29 by pcg, Tue Apr 26 00:55:56 2005 UTC

14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 15 GNU General Public License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with gvpe; if not, write to the Free Software 18 along with gvpe; if not, write to the Free Software
19 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20*/ 20*/
21 21
22#ifndef IOM_H__ 22#ifndef IOM_H__
23#define IOM_H__ 23#define IOM_H__
24 24
46# define IOM_SIG 0 46# define IOM_SIG 0
47#endif 47#endif
48 48
49typedef double tstamp; 49typedef double tstamp;
50extern tstamp NOW; 50extern tstamp NOW;
51
52// TSTAMP_MAX must still fit into a positive struct timeval
53#define TSTAMP_MAX (double)(1UL<<31)
51 54
52struct watcher; 55struct watcher;
53#if IOM_IO 56#if IOM_IO
54struct io_watcher; 57struct io_watcher;
55#endif 58#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines