Changeset 305 for GPL/branches/uniaud-2.0/lib32/task.c
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/lib32/task.c
r125 r305 45 45 { 46 46 t->next = NULL; 47 t->s tate= 0;47 t->sync = 0; 48 48 t->func = func; 49 49 t->data = data;
Note:
See TracChangeset
for help on using the changeset viewer.