[asterisk-commits] mmichelson: branch 1.6.2 r267527 - /branches/1.6.2/include/asterisk/translate.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 3 12:26:32 CDT 2010
Author: mmichelson
Date: Thu Jun 3 12:26:29 2010
New Revision: 267527
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=267527
Log:
Add fields back to ast_translator for ABI reasons.
Modified:
branches/1.6.2/include/asterisk/translate.h
Modified: branches/1.6.2/include/asterisk/translate.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/include/asterisk/translate.h?view=diff&rev=267527&r1=267526&r2=267527
==============================================================================
--- branches/1.6.2/include/asterisk/translate.h (original)
+++ branches/1.6.2/include/asterisk/translate.h Thu Jun 3 12:26:29 2010
@@ -105,6 +105,8 @@
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 */
More information about the asterisk-commits
mailing list