Skip to content

Commit a3a137e

Browse files
committed
msquic_generated.cs updated
Signed-off-by: HHN <harihara.sn@gmail.com>
1 parent 0ab1fbf commit a3a137e

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

src/cs/lib/msquic_generated.cs

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,27 @@ internal uint RESERVED
926926
internal uint RttVariance;
927927
}
928928

929+
internal partial struct NETWORK_STATISTICS
930+
{
931+
[NativeTypeName("uint32_t")]
932+
internal ulong BytesInFlight;
933+
934+
[NativeTypeName("uint64_t")]
935+
internal ulong PostedBytes;
936+
937+
[NativeTypeName("uint64_t")]
938+
internal ulong IdealBytes;
939+
940+
[NativeTypeName("uint64_t")]
941+
internal ulong SmoothedRTT;
942+
943+
[NativeTypeName("uint32_t")]
944+
internal ulong CongestionWindow;
945+
946+
[NativeTypeName("uint64_t")]
947+
internal ulong Bandwidth;
948+
}
949+
929950
internal partial struct QUIC_LISTENER_STATISTICS
930951
{
931952
[NativeTypeName("uint64_t")]
@@ -2762,7 +2783,7 @@ internal ref _Anonymous_e__Union._ONE_WAY_DELAY_NEGOTIATED_e__Struct ONE_WAY_DEL
27622783
}
27632784
}
27642785

2765-
internal ref _Anonymous_e__Union._NETWORK_STATISTICS_e__Struct NETWORK_STATISTICS
2786+
internal ref NETWORK_STATISTICS NETWORK_STATISTICS
27662787
{
27672788
get
27682789
{
@@ -2846,8 +2867,7 @@ internal partial struct _Anonymous_e__Union
28462867
internal _ONE_WAY_DELAY_NEGOTIATED_e__Struct ONE_WAY_DELAY_NEGOTIATED;
28472868

28482869
[FieldOffset(0)]
2849-
[NativeTypeName("NETWORK_STATISTICS")]
2850-
internal _NETWORK_STATISTICS_e__Struct NETWORK_STATISTICS;
2870+
internal NETWORK_STATISTICS NETWORK_STATISTICS;
28512871

28522872
internal unsafe partial struct _CONNECTED_e__Struct
28532873
{
@@ -3038,27 +3058,6 @@ internal partial struct _ONE_WAY_DELAY_NEGOTIATED_e__Struct
30383058
[NativeTypeName("BOOLEAN")]
30393059
internal byte ReceiveNegotiated;
30403060
}
3041-
3042-
internal partial struct _NETWORK_STATISTICS_e__Struct
3043-
{
3044-
[NativeTypeName("uint32_t")]
3045-
internal uint BytesInFlight;
3046-
3047-
[NativeTypeName("uint64_t")]
3048-
internal ulong PostedBytes;
3049-
3050-
[NativeTypeName("uint64_t")]
3051-
internal ulong IdealBytes;
3052-
3053-
[NativeTypeName("uint64_t")]
3054-
internal ulong SmoothedRTT;
3055-
3056-
[NativeTypeName("uint32_t")]
3057-
internal uint CongestionWindow;
3058-
3059-
[NativeTypeName("uint64_t")]
3060-
internal ulong Bandwidth;
3061-
}
30623061
}
30633062
}
30643063

0 commit comments

Comments
 (0)