Author: miguel
Date: 2007-08-08 12:40:56 -0400 (Wed, 08 Aug 2007)
New Revision: 83680
Modified:
trunk/mono/mono/mini/driver.c
Log:
Add debuggin stuff
Modified: trunk/mono/mono/mini/driver.c
===================================================================
--- trunk/mono/mono/mini/driver.c 2007-08-08 16:25:59 UTC (rev 83679)
+++ trunk/mono/mono/mini/driver.c 2007-08-08 16:40:56 UTC (rev 83680)
@@ -671,6 +671,11 @@
#else
"\tSIGSEGV: normal\n"
#endif
+#ifdef HAVE_EPOLL
+ "\tNotifications: epoll\n"
+#else
+ "\tNotification: Thread + polling\n"
+#endif
"\tArchitecture: " ARCHITECTURE "\n"
"\tDisabled: " DISABLED_FEATURES "\n"
"";
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches