Skip to content

Commit ab75b95

Browse files
committed
Added a comment
1 parent c16dfec commit ab75b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/api.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
66
--*/
77

8+
//
9+
// Private flag of the QUIC_CONNECTION_SHUTDOWN_FLAGS enum used for indicating
10+
// the type of error code being passed in. Not exposed to apps because they
11+
// should not be using different types of errors directly.
12+
//
813
#define QUIC_CONNECTION_SHUTDOWN_FLAG_STATUS ((QUIC_CONNECTION_SHUTDOWN_FLAGS)0x8000)
914

1015
_IRQL_requires_max_(PASSIVE_LEVEL)

0 commit comments

Comments
 (0)