summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2021-11-08 13:11:48 +0300
committerliuxueli <[email protected]>2021-11-09 14:48:31 +0300
commit26b007c3018ec798daff606e6adbdb92ab7f372b (patch)
tree78be2a0ac61f82a92f3210af39140083b34e054c /inc
parenta2c859b78b5768abe2710bccced1e289b1eaf499 (diff)
TSG-8302, TSG-8390: 变更获取会话插件异步通知的接口,统一使用bridge系列函数v5.4.14
Diffstat (limited to 'inc')
-rw-r--r--inc/tsg_label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tsg_label.h b/inc/tsg_label.h
index d1c497d..dddd5f2 100644
--- a/inc/tsg_label.h
+++ b/inc/tsg_label.h
@@ -96,6 +96,7 @@ struct tsg_conn_sketch_notify_data
union
{
char *mail_eml_filename;
+ struct TLD_handle_t *TLD_handle;
void *value;
}pdata;
};