asterisk/res
Luigi Rizzo 48864ab877 do not export the tzlock and the list head, and introduce a new method,
ast_walk_indications(), to walk through the list of indications.
The new method returns an unlocked record, which is no different from the
behaviour of other existing methods in indications.c
(i.e. they all need to be fixed, with refcounts or some similar
method).

Note that ast_walk_indications() uses the pointer argument only as a
search key, so its implementation is completely safe.

In turn, this change allows the removal of AST_MUTEX_DEFINE_EXPORTED.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16532 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-30 17:10:11 +00:00
..
snmp do not export the tzlock and the list head, and introduce a new method, 2006-03-30 17:10:11 +00:00
Makefile Issue #6628 - Disable res_snmp on incompatible platforms until 2006-03-06 10:46:36 +00:00
res_adsi.c update doxygen docs to specify authors 2005-12-30 21:18:06 +00:00
res_agi.c Merged revisions 11382 via svnmerge from 2006-02-28 18:34:45 +00:00
res_clioriginate.c use ast_cli_complete() to largely simplify the command completion code. 2006-03-28 23:06:46 +00:00
res_config_odbc.c Merged revisions 11503 via svnmerge from 2006-03-01 17:53:05 +00:00
res_convert.c add a CLI command that allows conversion of files to other formats using 2006-03-14 19:50:27 +00:00
res_crypto.c - conversions to allocation wrappers 2006-01-21 22:09:06 +00:00
res_features.c Set default value of adsipark (import from 1.2) 2006-03-30 01:35:56 +00:00
res_indications.c do not export the tzlock and the list head, and introduce a new method, 2006-03-30 17:10:11 +00:00
res_monitor.c Merged revisions 11561 via svnmerge from 2006-03-02 19:07:17 +00:00
res_musiconhold.c Janitor work converting !ast_strlen_zero(a)?a:b 2006-03-27 19:31:54 +00:00
res_odbc.c remove the uses of the deprecated STANDARD_LOCAL_USER 2006-02-15 20:11:56 +00:00
res_osp.c merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found 2006-02-22 22:53:49 +00:00
res_smdi.c Bring in the new loader code as described in mantis #4377 2006-03-28 21:15:10 +00:00
res_snmp.c Add micro-http server and abstract manager interface, make snmp not die 2006-03-25 23:50:09 +00:00