Skip to content

Commit

Permalink
Use struct ev_loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 17, 2019
1 parent 3d07761 commit 52795cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nio4r/nio4r.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

struct NIO_Selector
{
ev_loop *ev_loop;
struct ev_loop *ev_loop;
struct ev_timer timer; /* for timeouts */
struct ev_io wakeup;

Expand Down

0 comments on commit 52795cf

Please sign in to comment.