Data Fields | |
unsigned int | cost |
unsigned int | multistep |
struct ast_translator * | step |
Definition at line 54 of file translate.c.
unsigned int cost |
Complete cost to destination
Definition at line 56 of file translate.c.
Referenced by ast_translator_best_choice(), and rebuild_matrix().
unsigned int multistep |
Multiple conversions required for this translation
Definition at line 57 of file translate.c.
Referenced by ast_translate_path_steps(), ast_translator_best_choice(), and rebuild_matrix().
struct ast_translator* step [read] |
Next step translator
Definition at line 55 of file translate.c.
Referenced by ast_translator_build_path(), and rebuild_matrix().