summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-05-23 03:13:31 +0800
committeryangwei <[email protected]>2024-05-23 03:13:31 +0800
commit16ea51487e6db53a4199d834dde3a59624f10da8 (patch)
tree1ecafebcd6399cf816fa1250cc40579f025fb131 /include
parenta47b3b5a6eaf56b38edb31998555c2c62fb17ac2 (diff)
✨ feat(stream meta get): 支持按路由方向获取sidlistv4.3.57
Diffstat (limited to 'include')
-rw-r--r--include/public/stream_inc/stream_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/public/stream_inc/stream_control.h b/include/public/stream_inc/stream_control.h
index cee6b1f..0f7ec24 100644
--- a/include/public/stream_inc/stream_control.h
+++ b/include/public/stream_inc/stream_control.h
@@ -69,6 +69,8 @@ enum MESA_stream_opt{
MSO_TCP_RTT_SCS, /* opt_val type must be unsigned short, the full RTT is server->tsg->client->tsg->server, this is |tsg->client->tsg| */
MSO_STREAM_C2S_SEGMENT_ID_LIST,
MSO_STREAM_S2C_SEGMENT_ID_LIST,
+ MSO_STREAM_INBOND_SEGMENT_ID_LIST,
+ MSO_STREAM_OUTBOND_SEGMENT_ID_LIST,
__MSO_MAX,
};