timer mojo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4149 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-02-07 18:44:00 +00:00
parent 068ced69c9
commit 66feec2da5
5 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ struct switch_timer_interface {
/*! function to step the timer one step */
switch_status_t (*timer_step)(switch_timer_t *);
/*! function to check if the current step has expired */
switch_status_t (*timer_check)(switch_timer_t *);
switch_status_t (*timer_check)(switch_timer_t *, uint32_t *);
/*! function to deallocate the timer */
switch_status_t (*timer_destroy)(switch_timer_t *);
const struct switch_timer_interface *next;