#ifndef __NET_TASK_THREAD_H__ #define __NET_TASK_THREAD_H__ #include "router.h" void *net_task(void *arg); #endif