From c77ca01531c3b97abce316f460f15f1a20629fa1 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 4 Jan 2007 18:16:40 +0000 Subject: [PATCH] don't define this type either if LOW_MEMORY is enabled git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49460 614ede4d-c843-0410-af14-a771ab80d22e --- channels/iax2-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c index 123f4925c..7c113d52b 100644 --- a/channels/iax2-parser.c +++ b/channels/iax2-parser.c @@ -55,11 +55,11 @@ static void frame_cache_cleanup(void *data); /*! \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) { -- 2.11.4.GIT