
Data Fields | |
| uint8_t | multistep |
| struct ast_translator * | step |
| uint32_t | table_cost |
Definition at line 55 of file translate.c.
| uint8_t multistep |
Multiple conversions required for this translation
Definition at line 58 of file translate.c.
Referenced by ast_translate_path_steps(), ast_translator_best_choice(), and matrix_rebuild().
struct ast_translator* step [read] |
Next step translator
Definition at line 56 of file translate.c.
Referenced by ast_translator_build_path(), handle_show_translation_path(), and matrix_rebuild().
| uint32_t table_cost |
Complete table cost to destination
Definition at line 57 of file translate.c.
Referenced by ast_translator_best_choice(), and matrix_rebuild().
1.5.6