This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
Marc Alexander Lehmann
13 years ago
parent
237d54d700
commit
899c618447
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
event.h
+ 3
- 3
event.h
View File
@ -44,12 +44,12 @@ struct event
struct
ev_signal
sig
;
struct
event_base
*
ev_base
;
int
ev_fd
;
short
ev_events
;
int
ev_pri
;
void
(
*
ev_callback
)
(
int
,
short
,
void
*
arg
)
;
void
*
ev_arg
;
int
ev_fd
;
int
ev_pri
;
int
ev_res
;
short
ev_events
;
}
;
#
define EV_PERSIST 0x10
Write
Preview
Loading…
Cancel
Save