tun2socks 0.1.5

High performance tun2socks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 ============================================================================
 Name        : hev-task-stack-detector.h
 Author      : hev <r@hev.cc>
 Copyright   : Copyright (c) 2024 hev.
 Description : Task Stack Overflow Detector
 ============================================================================
 */

#ifndef __HEV_TASK_STACK_DETECTOR_H__
#define __HEV_TASK_STACK_DETECTOR_H__

int hev_task_stack_detector_init (void);
void hev_task_stack_detector_fini (void);

#endif /* __HEV_TASK_STACK_DETECTOR_H__ */