增加和kni通信接口

This commit is contained in:
崔一鸣
2019-06-02 15:10:57 +08:00
committed by luqiuwen
parent 28becac88d
commit cc126a73a1
6 changed files with 154 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
struct sender_scm;
struct sender_scm* sender_scm_init(const char *profile, void *logger);
void send_scm_destroy(struct sender_scm *sender);
int sender_scm_cmsg_send(struct sender_scm *sender, struct tfe_cmsg *cmsg);