增加在流结束时调用cmsg发送接口的实现
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
struct sender_scm;
|
||||
void send_scm_destroy(struct sender_scm *sender);
|
||||
struct sender_scm* sender_scm_init(const char *profile, const char *section, void *logger);
|
||||
int sender_scm_cmsg_send(struct sender_scm *sender, struct tfe_cmsg *cmsg);
|
||||
|
||||
Reference in New Issue
Block a user