From 0e3ef53ddd7905656e8f004413b27c29132f439c Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 27 Feb 2008 04:42:59 +0000 Subject: [PATCH] note that the chan_sip conversion is already in progress git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104473 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/janitor-projects.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt index 267486502b..9d89ef18ca 100644 --- a/doc/janitor-projects.txt +++ b/doc/janitor-projects.txt @@ -1,4 +1,5 @@ -- Convert all existing uses of astobj.h to astobj2.h + -- (chan_sip already in progress in a branch) -- There are many places where large character buffers are allocated in structures. There is a new system for string handling that uses dynamically allocatted memory pools which is documented in include/asterisk/stringfields.h. Examples of where they are currently used are the ast_channel structure defined in include/asterisk/channel.h, some structures in chan_sip.c, and chan_zap.c. -- GitLab