]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
*** empty log message ***
authorMarc Alexander Lehmann <libev@schmorp.de>
Sun, 7 Sep 2008 18:15:12 +0000 (18:15 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Sun, 7 Sep 2008 18:15:12 +0000 (18:15 +0000)
Changes
Symbols.ev
ev.c

diff --git a/Changes b/Changes
index 44f4bcf76d6086e06605a0a797a0f290deca93c5..7fb94b0c16426e55181dc60e9e34d15e81be554c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for libev, a high-performance and full-featured event loop.
 
+WISH? monotonic clocks times/GetTickCount for coarse corrections?
+       - verify_watcher was not marked static.
+
 3.43 Sun Jul  6 05:34:41 CEST 2008
        - include more include files on windows to get struct _stati64
           (reported by Chris Hulbert, but doesn't quite fix his issue).
index 83b4bbd2bf790c4bbda134a43776dedfea62d29d..92dc8d2e68b9da17125dd334366a4dd4ea777ddc 100644 (file)
@@ -59,4 +59,3 @@ ev_unloop
 ev_unref
 ev_version_major
 ev_version_minor
-verify_watcher
diff --git a/ev.c b/ev.c
index cd542ca6b6d49e0657f2e7b79b0e11f464120227..843e4e08a595bb80c9e198cbcc7b67b92044e746 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -1513,7 +1513,7 @@ ev_loop_fork (EV_P)
 }
 
 #if EV_VERIFY
-void noinline
+static void noinline
 verify_watcher (EV_P_ W w)
 {
   assert (("watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));