diff options
| author | liuxueli <[email protected]> | 2022-01-06 23:33:37 +0300 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-01-06 23:33:37 +0300 |
| commit | c278c7fe7780d8c78700cf9c691ae212570eabec (patch) | |
| tree | d574c0f15df61127fc216fd88d2afd51133e7098 /inc | |
| parent | 12d86d17bbe27e8a8aea0bef1c2ec34db7c5f851 (diff) | |
TSG-8663: 安全日志中Application Label不包含策略中的Applicationv5.4.26
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/tsg_send_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tsg_send_log.h b/inc/tsg_send_log.h index e61a4c4..b9703a0 100644 --- a/inc/tsg_send_log.h +++ b/inc/tsg_send_log.h @@ -33,6 +33,7 @@ extern struct tsg_log_instance_t *g_tsg_log_instance; struct TLD_handle_t *TLD_create(int thread_id); +int TLD_search(struct TLD_handle_t *handle, char *key); int TLD_append(struct TLD_handle_t *handle, char *key, void *value, TLD_TYPE type); int TLD_append_streaminfo(struct tsg_log_instance_t *instance, struct TLD_handle_t *handle, struct streaminfo *a_stream); int TLD_cancel(struct TLD_handle_t *handle); |
