- iterator for linked list implemented

- first test for iterator written
- linked list values capsulated into private struct
This commit is contained in:
Jan Hutter
2005-11-04 10:28:12 +00:00
parent 4afbee1e53
commit 7c2228f165
7 changed files with 413 additions and 95 deletions
+4
View File
@@ -78,6 +78,10 @@ static status_t test_all(tester_t *tester,test_t **tests)
* @param end_time end time
* @param start_time start time
*
* @warning this function is also defined in the event queue
* in later improvements, this function can be added to a general
* class type!
*
* @return difference in microseconds
*/
static long time_difference(struct timeval *end_time, struct timeval *start_time)