提供TLD_append_streaminfo函数接口供KNI使用
修改配置文件
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user