We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa815c commit 3bf08b3Copy full SHA for 3bf08b3
lib/listener_manager.c
@@ -82,7 +82,7 @@ struct lm_value
82
* A @c padding member is added to allow the padding bytes to be
83
* initialized to zero in a designated initializer, e.g.:
84
* @code
85
- * struct endpoint_in endpoint = {
+ * struct key_in key = {
86
* .addr = 0xC0000202,
87
* .port = 0x4321
88
* };
@@ -102,7 +102,7 @@ struct key_in
102
103
104
105
- * struct endpoint_in6 endpoint = {
+ * struct key_in6 key = {
106
* .addr = { .s6_addr = { [0] = 0x20,
107
* [1] = 0x01,
108
* [2] = 0x0D,
0 commit comments