[libpri-commits] rmudgett: branch group/ccss r1413 - /team/group/ccss/pri_internal.h

SVN commits to the libpri project libpri-commits at lists.digium.com
Fri Jan 15 09:33:38 CST 2010


Author: rmudgett
Date: Fri Jan 15 09:33:36 2010
New Revision: 1413

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1413
Log:
Add idea comment to make timer slots dynamically allocated so they can grow.

Modified:
    team/group/ccss/pri_internal.h

Modified: team/group/ccss/pri_internal.h
URL: http://svnview.digium.com/svn/libpri/team/group/ccss/pri_internal.h?view=diff&rev=1413&r1=1412&r2=1413
==============================================================================
--- team/group/ccss/pri_internal.h (original)
+++ team/group/ccss/pri_internal.h Fri Jan 15 09:33:36 2010
@@ -802,6 +802,10 @@
  * the T_RETENTION time but no less than 10 seconds.
  * Also if the upper layer has disabled CC for this call, the upper layer
  * needs to immediately cancel CC when the CC available indication comes in.
+ *
+ * Idea: make the pri_sched[] dynamically allocated so it can grow as needed.
+ * This is fairly simple to do and will save memory when slave D channels are
+ * being used.
  */
 	/*!
 	 * \brief PTMP T_RETENTION timer id.




More information about the libpri-commits mailing list