[asterisk-commits] kpfleming: branch 1.4 r49460 - /branches/1.4/channels/iax2-parser.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jan 4 11:16:40 MST 2007


Author: kpfleming
Date: Thu Jan  4 12:16:40 2007
New Revision: 49460

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49460
Log:
don't define this type either if LOW_MEMORY is enabled

Modified:
    branches/1.4/channels/iax2-parser.c

Modified: branches/1.4/channels/iax2-parser.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/iax2-parser.c?view=diff&rev=49460&r1=49459&r2=49460
==============================================================================
--- branches/1.4/channels/iax2-parser.c (original)
+++ branches/1.4/channels/iax2-parser.c Thu Jan  4 12:16:40 2007
@@ -55,11 +55,11 @@
 
 /*! \brief A per-thread cache of iax_frame structures */
 AST_THREADSTORAGE_CUSTOM(frame_cache, frame_cache_init, frame_cache_cleanup);
-#endif
 
 /*! \brief This is just so iax_frames, a list head struct for holding a list of
  *  iax_frame structures, is defined. */
 AST_LIST_HEAD_NOLOCK(iax_frames, iax_frame);
+#endif
 
 static void internaloutput(const char *str)
 {



More information about the asterisk-commits mailing list