diff options
author | root <root> | 2008-02-01 13:43:38 +0000 |
---|---|---|
committer | root <root> | 2008-02-01 13:43:38 +0000 |
commit | 5bc9632a67a2ad78a828ddc3847f6aae38fccb49 (patch) | |
tree | 2df692fc9b1fb24db1994a272b2fed328d0b5e5a | |
parent | 7ccb40642026abd2d86b93de6c5b48dd9b7fbcf4 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2099,7 +2099,7 @@ some fictitiuous SIGUSR1 handler: // no locking etc. queue_put (data); - ev_async_send (DEFAULT_LOOP, &mysig); + ev_async_send (DEFAULT_ &mysig); } static void @@ -2140,7 +2140,7 @@ emply a traditional mutex lock, such as in this pthread example: queue_put (data); pthread_mutex_unlock (&mymutex); - ev_async_send (DEFAULT_LOOP, &mysig); + ev_async_send (DEFAULT_ &mysig); } static void |