summaryrefslogtreecommitdiff
path: root/platform/include/internal/platform.h
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2022-12-30 15:53:16 +0800
committerluwenpeng <[email protected]>2022-12-30 15:53:19 +0800
commita2a4c323848e4cc4eef29c065377d31577d92c77 (patch)
tree26369002b505cea7f2be40ac0467d4da8a41c69e /platform/include/internal/platform.h
parentb2c01eaa058b6ed4c7ee1aef0b0c1595177c8070 (diff)
TSG-13204 Decrypted Traffic Steering适配第三方设备状态的切换v4.7.02-20221230release-4.7develop-4.7
-> 当第三方设备的状态从可用变为不可用时 * 当前Stream依然按照Steering的流程处理,从eventcb中退出 * 下一个新的Stream开始UnSteering -> 当第三方设备的状态从不可用变为可用时 * 当前Stream依然按照UnSteering的流程处理 * 下一个新Stream开始Steering
Diffstat (limited to 'platform/include/internal/platform.h')
-rw-r--r--platform/include/internal/platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/include/internal/platform.h b/platform/include/internal/platform.h
index 9248009..3ecfd87 100644
--- a/platform/include/internal/platform.h
+++ b/platform/include/internal/platform.h
@@ -153,6 +153,9 @@ struct tfe_stream_private
/* OFFSET FOR LOG */
size_t downstream_rx_offset;
size_t upstream_rx_offset;
+
+ /* Decrypted Traffic Steering */
+ bool is_decrypted_traffic_steering;
};
static inline void * __STREAM_LOGGER(struct tfe_stream_private * _stream)