提供TLD_append_streaminfo函数接口供KNI使用

修改配置文件
This commit is contained in:
liuxueli
2019-11-27 10:33:48 +08:00
parent ed0b17a49d
commit 27f0cfc91a
2 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ extern tsg_log_instance_t g_tsg_log_instance;
TLD_handle_t TLD_create(int thread_id);
int TLD_append(TLD_handle_t handle, char *key, void *value, TLD_TYPE type);
int TLD_append_streaminfo(struct _tsg_log_instance *_instance, struct _tld_handle *_handle, struct streaminfo *a_stream);
int TLD_cancel(TLD_handle_t handle);
int tsg_send_log(tsg_log_instance_t instance, TLD_handle_t handle, tsg_log_t *log_msg, int thread_id);