From: Mark Michelson Date: Thu, 3 Jun 2010 17:26:29 +0000 (+0000) Subject: Add fields back to ast_translator for ABI reasons. X-Git-Tag: 1.6.2.10-rc1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da8627ed4f92fdad1c80341cc709abd86422e3f;p=thirdparty%2Fasterisk.git Add fields back to ast_translator for ABI reasons. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@267527 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h index 734081518d..f99afc3c0e 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 */