[asterisk-commits] mmichelson: branch mmichelson/pool_shark r380294 - /team/mmichelson/pool_shar...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 28 18:22:07 CST 2013


Author: mmichelson
Date: Mon Jan 28 18:22:04 2013
New Revision: 380294

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380294
Log:
Make sure to export the symbol for ast_sip_push_task_asynchronous.


Modified:
    team/mmichelson/pool_shark/res/res_sip.exports.in

Modified: team/mmichelson/pool_shark/res/res_sip.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/pool_shark/res/res_sip.exports.in?view=diff&rev=380294&r1=380293&r2=380294
==============================================================================
--- team/mmichelson/pool_shark/res/res_sip.exports.in (original)
+++ team/mmichelson/pool_shark/res/res_sip.exports.in Mon Jan 28 18:22:04 2013
@@ -9,6 +9,7 @@
 		LINKER_SYMBOL_PREFIXast_sip_create_work;
 		LINKER_SYMBOL_PREFIXast_sip_destroy_work;
 		LINKER_SYMBOL_PREFIXast_sip_push_task;
+		LINKER_SYMBOL_PREFIXast_sip_push_task_synchronous;
 		LINKER_SYMBOL_PREFIXast_sip_send_request;
 		LINKER_SYMBOL_PREFIXast_sip_requires_authentication;
 		LINKER_SYMBOL_PREFIXast_sip_authenticate_request;




More information about the asterisk-commits mailing list