Skip to content

Commit 8c0cffd

Browse files
committed
Ensure all protocol enums include TLS
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent fbc70ed commit 8c0cffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/protocols/protocols.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ enum class Protocol {
3939
kKafka = 10,
4040
kMux = 11,
4141
kAMQP = 12,
42+
kTLS = 13,
4243
};
4344

4445
} // namespace protocols

0 commit comments

Comments
 (0)