[svn-commits] russell: trunk r1301 - in /trunk: ./ wct4xxp_base.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Aug 13 18:45:56 MST 2006


Author: russell
Date: Sun Aug 13 20:45:55 2006
New Revision: 1301

URL: http://svn.digium.com/view/zaptel?rev=1301&view=rev
Log:
Merged revisions 1300 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1300 | russell | 2006-08-13 21:44:59 -0400 (Sun, 13 Aug 2006) | 2 lines

add a note that ENABLE_TASKLETS is not implemented in wct4xxp (issue #7688)

........

Modified:
    trunk/   (props changed)
    trunk/wct4xxp_base.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Sun Aug 13 20:45:55 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248,1259,1262,1298
+/branches/1.2:1-916,918-936,938-949,958,962,970,990,1004,1011,1017,1031,1033,1060,1062,1064-1066,1069,1071,1076,1079,1081,1097,1101,1151,1185,1187,1205,1233,1235-1236,1243,1248,1259,1262,1298,1300

Modified: trunk/wct4xxp_base.c
URL: http://svn.digium.com/view/zaptel/trunk/wct4xxp_base.c?rev=1301&r1=1300&r2=1301&view=diff
==============================================================================
--- trunk/wct4xxp_base.c (original)
+++ trunk/wct4xxp_base.c Sun Aug 13 20:45:55 2006
@@ -59,6 +59,8 @@
  * you are more concerned with the performance of your machine, enable the
  * tasklets.  If you are strict about absolutely no drops, then do not enable
  * tasklets.
+ *
+ * XXX THIS IS NOT CURRENTLY IMPLEMENTED FOR THIS MODULE.  FOR NOW, DO NOT USE!
  */
 
 /* #define ENABLE_TASKLETS */



More information about the svn-commits mailing list