ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event.h
(Generate patch)

Comparing libev/event.h (file contents):
Revision 1.17 by root, Tue Dec 25 07:05:46 2007 UTC vs.
Revision 1.19 by root, Mon Nov 17 03:37:08 2008 UTC

1/* 1/*
2 * libevent compatibility header, only core events supported 2 * libevent compatibility header, only core events supported
3 * 3 *
4 * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without modifica- 7 * Redistribution and use in source and binary forms, with or without modifica-
8 * tion, are permitted provided that the following conditions are met: 8 * tion, are permitted provided that the following conditions are met:
9 * 9 *
46# include "ev.h" 46# include "ev.h"
47#endif 47#endif
48 48
49#ifdef __cplusplus 49#ifdef __cplusplus
50extern "C" { 50extern "C" {
51#endif
52
53/* we need sys/time.h for struct timeval only */
54#if !defined (WIN32) || defined (__MINGW32__)
55# include <time.h> /* mingw seems to need this, for whatever reason */
56# include <sys/time.h>
51#endif 57#endif
52 58
53struct event_base; 59struct event_base;
54 60
55#define EVLIST_TIMEOUT 0x01 61#define EVLIST_TIMEOUT 0x01

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines