@@ -1322,6 +1322,24 @@ tracepoint(CLOG_CONNECTION_C, IndicatePathAdded , arg1);\
13221322
13231323
13241324
1325+ /*----------------------------------------------------------
1326+ // Decoder Ring for IndicatePathRemoved
1327+ // [conn][%p] Indicating QUIC_CONNECTION_EVENT_PATH_REMOVED
1328+ // QuicTraceLogConnVerbose(
1329+ IndicatePathRemoved,
1330+ Connection,
1331+ "Indicating QUIC_CONNECTION_EVENT_PATH_REMOVED");
1332+ // arg1 = arg1 = Connection = arg1
1333+ ----------------------------------------------------------*/
1334+ #ifndef _clog_3_ARGS_TRACE_IndicatePathRemoved
1335+ #define _clog_3_ARGS_TRACE_IndicatePathRemoved (uniqueId , arg1 , encoded_arg_string )\
1336+ tracepoint(CLOG_CONNECTION_C, IndicatePathRemoved , arg1);\
1337+
1338+ #endif
1339+
1340+
1341+
1342+
13251343/*----------------------------------------------------------
13261344// Decoder Ring for IndicatePathStatusChanged
13271345// [conn][%p] Indicating QUIC_CONNECTION_EVENT_PATH_STATUS_CHANGED
@@ -1398,24 +1416,6 @@ tracepoint(CLOG_CONNECTION_C, UdpRecvDeferred , arg1, arg3);\
13981416
13991417
14001418
1401- /*----------------------------------------------------------
1402- // Decoder Ring for IndicatePathRemoved
1403- // [conn][%p] Indicating QUIC_CONNECTION_EVENT_PATH_REMOVED
1404- // QuicTraceLogConnVerbose(
1405- IndicatePathRemoved,
1406- Connection,
1407- "Indicating QUIC_CONNECTION_EVENT_PATH_REMOVED");
1408- // arg1 = arg1 = Connection = arg1
1409- ----------------------------------------------------------*/
1410- #ifndef _clog_3_ARGS_TRACE_IndicatePathRemoved
1411- #define _clog_3_ARGS_TRACE_IndicatePathRemoved (uniqueId , arg1 , encoded_arg_string )\
1412- tracepoint(CLOG_CONNECTION_C, IndicatePathRemoved , arg1);\
1413-
1414- #endif
1415-
1416-
1417-
1418-
14191419/*----------------------------------------------------------
14201420// Decoder Ring for DatagramReceiveEnableUpdated
14211421// [conn][%p] Updated datagram receive enabled to %hhu
0 commit comments