Public Attributes | |
| t_chain * | next |
| List next pointer. | |
| t_chain * | prev |
| List previous pointer. | |
| time_t | run |
| When to run (UTC). | |
| time_t | tid |
| Timer identifying number. | |
| void(* | func )(char *) |
| Function to execute when timer expires. | |
| char * | args |
| String argument to pass to function. | |
Definition at line 81 of file timer.c.