]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add fields back to ast_translator for ABI reasons.
authorMark Michelson <mmichelson@digium.com>
Thu, 3 Jun 2010 17:26:29 +0000 (17:26 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 3 Jun 2010 17:26:29 +0000 (17:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@267527 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/translate.h

index 734081518db5168cfae84728adc08fe7931fc7eb..f99afc3c0e0e0e29f2397fe28800075d1fe943a5 100644 (file)
@@ -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 */