summaryrefslogtreecommitdiff
path: root/res/res_statsd.exports.in
diff options
context:
space:
mode:
authortcambron <tcambron@digium.com>2015-11-03 14:36:43 -0600
committertcambron <tcambron@digium.com>2015-11-04 14:59:12 -0600
commit379c041038b14b2adb53ad9b16c1268b389357e2 (patch)
tree01dd0b353b13026ad4bba2b270d30e76a1100f55 /res/res_statsd.exports.in
parent40574a2ea31f03d5a4d3914f1e20895a9b49d7f0 (diff)
StatsD: Add res_statsd compatibility
Added a new api to res_statsd.c to allow it to receive a character pointer for the value argument. This allows for a '+' and a '-' to easily be sent with the value. ASTERISK-25419 Reported By: Ashley Sanders Change-Id: Id6bb53600943d27347d2bcae26c0bd5643567611
Diffstat (limited to 'res/res_statsd.exports.in')
-rw-r--r--res/res_statsd.exports.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_statsd.exports.in b/res/res_statsd.exports.in
index 6f02b25d6..d4a79c18f 100644
--- a/res/res_statsd.exports.in
+++ b/res/res_statsd.exports.in
@@ -3,6 +3,7 @@
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;
local:
*;
};