Skip to content

Commit 3a48b90

Browse files
increase the context size up to 6 pointers
1 parent ee9afe8 commit 3a48b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libudpard/udpard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ typedef struct udpard_bytes_mut_t
162162
/// allowing the application to associate its own data with various entities inside the library.
163163
typedef struct udpard_user_context_t
164164
{
165-
void* data[5]; ///< The size is chosen rather arbitrarily; the library doesn't care. Can be configured ad-hoc.
165+
void* data[6]; ///< The size is chosen rather arbitrarily; the library doesn't care. Can be configured ad-hoc.
166166
} udpard_user_context_t;
167167
#ifdef __cplusplus
168168
#define UDPARD_USER_CONTEXT_NULL \

0 commit comments

Comments
 (0)