Hello.

I got error test_ev_stat.c:39: undefined reference to `ev_path_set' 
when I tried to compile simple test with using of ev_stat.

From ev.h
#define ev_stat_init(ev,cb,path,interval)   do \
                { ev_init ((ev), (cb)); ev_path_set ((ev),(path),(interval)); } 
while (0)
but ev_path_set is undefined function. 

Is ev_stat not availabe yet?

WBR, A.Umnikov.

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to