[svn-commits] tzafrir: trunk r1292 - /trunk/xpp/card_fxo.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 9 20:47:30 MST 2006


Author: tzafrir
Date: Wed Aug  9 22:47:30 2006
New Revision: 1292

URL: http://svn.digium.com/view/zaptel?rev=1292&view=rev
Log:
Show SOFT_RING compile status when xpd_fxo module is loaded.

Modified:
    trunk/xpp/card_fxo.c

Modified: trunk/xpp/card_fxo.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/card_fxo.c?rev=1292&r1=1291&r2=1292&view=diff
==============================================================================
--- trunk/xpp/card_fxo.c (original)
+++ trunk/xpp/card_fxo.c Wed Aug  9 22:47:30 2006
@@ -1031,6 +1031,11 @@
 int __init card_fxo_startup(void)
 {
 	INFO("%s revision %s\n", THIS_MODULE->name, ZAPTEL_VERSION);
+#ifdef	SOFT_RING
+	INFO("FEATURE: %s with SOFT_RING\n", THIS_MODULE->name);
+#else
+	INFO("FEATURE: %s without SOFT_RING\n", THIS_MODULE->name);
+#endif
 	xproto_register(&PROTO_TABLE(FXO));
 	return 0;
 }



More information about the svn-commits mailing list