Rev 2746 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2746 | Rev 2926 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | 56 | ||
| 57 | /** Callback to call */ |
57 | /** Callback to call */ |
| 58 | tasklet_callback_t callback; |
58 | tasklet_callback_t callback; |
| 59 | 59 | ||
| 60 | /** Argument passed to the callback */ |
60 | /** Argument passed to the callback */ |
| 61 | void* arg; |
61 | void *arg; |
| 62 | 62 | ||
| 63 | /** State of the tasklet */ |
63 | /** State of the tasklet */ |
| 64 | tasklet_state_t state; |
64 | tasklet_state_t state; |
| 65 | } tasklet_descriptor_t; |
65 | } tasklet_descriptor_t; |
| 66 | 66 | ||