summaryrefslogtreecommitdiff
path: root/platform/include/internal
diff options
context:
space:
mode:
Diffstat (limited to 'platform/include/internal')
-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)