We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c1b69 commit ee9afe8Copy full SHA for ee9afe8
libudpard/udpard.h
@@ -162,7 +162,7 @@ typedef struct udpard_bytes_mut_t
162
/// allowing the application to associate its own data with various entities inside the library.
163
typedef struct udpard_user_context_t
164
{
165
- void* data[5];
+ void* data[5]; ///< The size is chosen rather arbitrarily; the library doesn't care. Can be configured ad-hoc.
166
} udpard_user_context_t;
167
#ifdef __cplusplus
168
#define UDPARD_USER_CONTEXT_NULL \
0 commit comments