kkamikakoi / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

a little suggestion about "run_loop_set_timer" function #356

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. 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".
2. add "set_timer" function point into run_loop_t struct.
3. add "run_loop_set_timer" function into "run_loop.c" file, which can call 
"the_run_loop->set_timer(ts);".

Original issue reported on code.google.com by wmy...@126.com on 7 Nov 2013 at 3:11

GoogleCodeExporter commented 8 years ago
Thanks for this suggestion. Fixed in r2094. I guess I was in a hurry and later 
forgot to clean up :)

Original comment by matthias.ringwald@gmail.com on 7 Jan 2014 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by matthias.ringwald@gmail.com on 7 Jan 2014 at 7:32