
Data Fields | |
| unsigned int | cost |
| unsigned int | multistep |
| 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().
| unsigned int multistep |
Multiple conversions required for this translation
Definition at line 57 of file translate.c.
Referenced by ast_translate_path_steps(), and ast_translator_best_choice().
| struct ast_translator* step |
Next step translator
Definition at line 55 of file translate.c.
Referenced by ast_translator_build_path().
1.5.1