mirror of
https://github.com/asterisk/asterisk
synced 2026-08-07 10:32:13 -04:00
DeveloperNote: The 32-bit ast_options has no room left to accomodate new
options and so has been converted to an ast_flags64 structure. All internal
references to ast_options have been updated to use the 64-bit flag
manipulation macros. External module references to the 32-bit ast_options
should continue to work on little-endian systems because the
least-significant bytes of a 64 bit integer will be in the same location as a
32-bit integer. Because that's not the case on big-endian systems, we've
swapped the bytes in the flags manupulation macros on big-endian systems
so external modules should still work however you are encouraged to test.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| db1-ast | ||
| .gitignore | ||
| ael_main.c | ||
| astcanary.c | ||
| astdb2bdb.c | ||
| astdb2sqlite3.c | ||
| astman.1 | ||
| astman.c | ||
| check_expr.c | ||
| clicompat.c | ||
| conf_bridge_binaural_hrir_importer.c | ||
| conf_bridge_binaural_hrir_importer.h | ||
| expr2.testinput | ||
| extconf.c | ||
| frame.c | ||
| frame.h | ||
| Makefile | ||
| smsq.c | ||
| stereorize.c | ||
| streamplayer.c | ||
| utils.xml | ||