TSG-13075 TFE的Decrypted Traffic Steering功能增加第三方设备保活检查

This commit is contained in:
luwenpeng
2022-12-19 14:14:30 +08:00
parent c1d9a1ab0f
commit 42dded52ac
8 changed files with 174 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
#ifndef TFE_WATCHDOG_3RD_H
#define TFE_WATCHDOG_3RD_H
struct watchdog_3rd_device;
struct watchdog_3rd_device *watchdog_3rd_device_create(struct tfe_proxy *proxy, const char *profile, void *logger);
int steering_device_is_available();
#endif