Posted on Nov 7, 2013 by
Swift Rabbit
- suggest that "run_loop_set_timer" function in "run_loop_posix.c" file rename to "posix_set_timer", and "run_loop_set_timer" function in "run_loop_embedded.c" file rename to "embedded_set_timer".
- add "set_timer" function point into run_loop_t struct.
- add "run_loop_set_timer" function into "run_loop.c" file, which can call "the_run_loop->set_timer(ts);".
Comment #1
Posted on Jan 7, 2014 by Swift OxThanks for this suggestion. Fixed in r2094. I guess I was in a hurry and later forgot to clean up :)
Comment #2
Posted on Jan 7, 2014 by Swift Ox(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium