Functions | |
PROCESS (blinker_process,"blinker_process") | |
PROCESS (router_node_process,"Router node") | |
PROCESS_THREAD (blinker_process, ev, data) | |
PROCESS_THREAD (router_node_process, ev, data) | |
Variables | |
struct process | network_reboot_process |
AUTOSTART_PROCESSES & | router_node_process |
PROCESS | ( | blinker_process | , |
"blinker_process" | |||
) |
PROCESS | ( | router_node_process | , |
"Router node" | |||
) |
PROCESS_THREAD | ( | blinker_process | , |
ev | , | ||
data | |||
) |
PROCESS_THREAD | ( | router_node_process | , |
ev | , | ||
data | |||
) |
struct process network_reboot_process |
Referenced by network_reboot_init().
AUTOSTART_PROCESSES& router_node_process |