*** empty log message ***

master
Marc Alexander Lehmann 15 years ago
parent 73b573a8fd
commit 09ed89308a

@ -2104,7 +2104,7 @@ some fictitiuous SIGUSR1 handler:
// no locking etc.
queue_put (data);
ev_async_send (DEFAULT_ &mysig);
ev_async_send (EV_DEFAULT_ &mysig);
}
static void
@ -2145,7 +2145,7 @@ employ a traditional mutex lock, such as in this pthread example:
queue_put (data);
pthread_mutex_unlock (&mymutex);
ev_async_send (DEFAULT_ &mysig);
ev_async_send (EV_DEFAULT_ &mysig);
}
static void

Loading…
Cancel
Save