blob: a3263278db27874bd6ef77a8580c85ceeee50d75 (
plain)
1
2
3
4
5
6
7
8
9
|
struct udp_server_args
{
void *logger;
const char *profile;
struct nat_handle *_nat_handle;
struct mgw_tun_handle *tun_handle;
struct field_stat_handle *fs_handle;
};
void * thread_udp_server(void *args);
|