增加对KNI的Watchdog实现双向保活。

This commit is contained in:
luqiuwen
2019-06-18 16:09:20 +08:00
parent cb95cef46d
commit 10ea3ba54e
5 changed files with 218 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by luqiu on 2019/6/18.
//
#ifndef TFE_WATCHDOG_KNI_H
#define TFE_WATCHDOG_KNI_H
struct watchdog_kni;
struct watchdog_kni * watchdog_kni_create(struct tfe_proxy * proxy, const char * profile, void * logger);
#endif //TFE_WATCHDOG_KNI_H