aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/translate.h')
-rw-r--r--include/asterisk/translate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index 734081518..f99afc3c0 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -105,6 +105,8 @@ struct ast_translator {
int buf_size;
int desc_size; /*!< size of private descriptor in pvt->pvt, if any */
+ int plc_samples; /* Unused. Here for ABI purposes */
+ int useplc; /* Unused. Here for ABI purposes */
int native_plc; /*!< true if the translator can do native plc */
struct ast_module *module; /* opaque reference to the parent module */