TSG-13075 TFE的Decrypted Traffic Steering功能增加第三方设备保活检查
This commit is contained in:
8
platform/include/internal/watchdog_3rd_device.h
Normal file
8
platform/include/internal/watchdog_3rd_device.h
Normal 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
|
||||
Reference in New Issue
Block a user