Changeset 2473 for neercs/trunk/src/recurrent.c
- Timestamp:
- 06/20/08 17:43:58 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/recurrent.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/recurrent.c
r2446 r2473 49 49 list->recurrent[list->count]->function = func; 50 50 list->recurrent[list->count]->user = user; 51 list->recurrent[list->count]->start_time = get_ ms();51 list->recurrent[list->count]->start_time = get_us(); 52 52 list->count++; 53 53
Note: See TracChangeset
for help on using the changeset viewer.
