Skip to content
Snippets Groups Projects
Commit 49203628 authored by George Joseph's avatar George Joseph
Browse files

res_statsd: Fix exports.in for missing symbols

res_statsd.export.in was missing the _va variations of the log
functions causing Asterisk to crash in res_pjsip if OPTIONAL_API
wasn't enabled.

ASTERISK-25727 #close
Reported-by: Gergely Dömsödi

Change-Id: I395729f9f51bdd33c5ca757f5f96ebedad74077b
parent be811c4b
No related branches found
No related tags found
No related merge requests found
{
global:
LINKER_SYMBOL_PREFIX*ast_statsd_log;
LINKER_SYMBOL_PREFIX*ast_statsd_log_full;
LINKER_SYMBOL_PREFIX*ast_statsd_log_sample;
LINKER_SYMBOL_PREFIX*ast_statsd_log_string;
LINKER_SYMBOL_PREFIXast_statsd_log*;
local:
*;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment