[asterisk-bugs] [Asterisk 0017475]: [patch] Replace old stub functions with new optional_api functions
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jul 14 16:25:13 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17475
======================================================================
Reported By: tilghman
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17475
Category: Core/BuildSystem
Reproducibility: N/A
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-1662
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/695/
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 268321
Request Review:
======================================================================
Date Submitted: 2010-06-05 14:25 CDT
Last Modified: 2010-07-14 16:25 CDT
======================================================================
Summary: [patch] Replace old stub functions with new
optional_api functions
Description:
Previously, we created stub function files for modules that were
dependencies but were often not used. Now, we have a better API for doing
so, which does not require stub function pointers to exist, but uses the
ELF symbol tables instead.
======================================================================
----------------------------------------------------------------------
(0124563) svnbot (reporter) - 2010-07-14 16:25
https://issues.asterisk.org/view.php?id=17475#c124563
----------------------------------------------------------------------
Repository: asterisk
Revision: 276490
U trunk/include/asterisk/adsi.h
U trunk/include/asterisk/agi.h
U trunk/include/asterisk/crypto.h
U trunk/include/asterisk/optional_api.h
U trunk/main/Makefile
D trunk/main/adsistub.c
U trunk/main/asterisk.dynamics
D trunk/main/cryptostub.c
U trunk/main/loader.c
U trunk/res/res_adsi.c
U trunk/res/res_adsi.exports.in
U trunk/res/res_crypto.c
A trunk/res/res_crypto.exports.in
U trunk/tests/test_utils.c
------------------------------------------------------------------------
r276490 | tilghman | 2010-07-14 16:25:12 -0500 (Wed, 14 Jul 2010) | 7
lines
Remove the old stub files, preferring the optional_api method.
(closes issue https://issues.asterisk.org/view.php?id=17475)
Reported by: tilghman
Review: https://reviewboard.asterisk.org/r/695/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=276490
Issue History
Date Modified Username Field Change
======================================================================
2010-07-14 16:25 svnbot Checkin
2010-07-14 16:25 svnbot Note Added: 0124563
======================================================================
More information about the asterisk-bugs
mailing list