The attached patch will add a test case for the event port implementation.

Trond

Index: test.sh
===================================================================
--- test.sh	(revision 453)
+++ test.sh	(working copy)
@@ -7,6 +7,7 @@
 	 EVENT_NOSELECT=yes; export EVENT_NOSELECT
 	 EVENT_NOEPOLL=yes; export EVENT_NOEPOLL
 	 EVENT_NORTSIG=yes; export EVENT_NORTSIG
+         EVENT_NOEVPORT=yes; export EVENT_NOEVPORT
 }
 
 test () {
@@ -87,5 +88,10 @@
 echo "EPOLL"
 test
 
+setup
+unset EVENT_NOEVPORT
+export EVENT_NOEVPORT
+echo "EVPORT"
+test
 
 
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to