From 1538571fb1f09ace6bcafba2b53c86a1e2881991 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Nov 2011 15:10:05 +0000 Subject: *** empty log message *** --- ev++.h | 4 ++-- ev.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ev++.h b/ev++.h index ce42b5f..c5a0896 100644 --- a/ev++.h +++ b/ev++.h @@ -517,9 +517,9 @@ namespace ev { } }; - inline tstamp now () throw () + inline tstamp now (EV_P) throw () { - return ev_time (); + return ev_now (EV_A); } inline void delay (tstamp interval) throw () diff --git a/ev.pod b/ev.pod index 6450c61..5701348 100644 --- a/ev.pod +++ b/ev.pod @@ -1022,7 +1022,7 @@ each call to a libev function. However, C can run an indefinite time, so it is not feasible to wait for it to return. One way around this is to wake up the event -loop via C and C, another way is to set these +loop via C and C, another way is to set these I and I callbacks on the loop. When set, then C will be called just before the thread is -- cgit v1.2.3