--- libev/ev.pod 2008/02/01 13:41:03 1.124 +++ libev/ev.pod 2008/02/01 13:43:38 1.125 @@ -2099,7 +2099,7 @@ // no locking etc. queue_put (data); - ev_async_send (DEFAULT_LOOP, &mysig); + ev_async_send (DEFAULT_ &mysig); } static void @@ -2140,7 +2140,7 @@ queue_put (data); pthread_mutex_unlock (&mymutex); - ev_async_send (DEFAULT_LOOP, &mysig); + ev_async_send (DEFAULT_ &mysig); } static void