Skip to content

Commit 0d40171

Browse files
committed
uint32 hash functions
1 parent e5ee878 commit 0d40171

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/aws/mqtt/private/client_impl_shared.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ AWS_MQTT_API uint64_t aws_mqtt_hash_uint16_t(const void *item);
139139

140140
AWS_MQTT_API bool aws_mqtt_compare_uint16_t_eq(const void *a, const void *b);
141141

142+
AWS_MQTT_API uint64_t aws_mqtt_hash_uint32_t(const void *item);
143+
144+
AWS_MQTT_API bool aws_mqtt_compare_uint32_t_eq(const void *a, const void *b);
145+
142146
AWS_MQTT_API bool aws_mqtt_byte_cursor_hash_equality(const void *a, const void *b);
143147

144148
AWS_MQTT_API struct aws_event_loop *aws_mqtt_client_connection_get_event_loop(

0 commit comments

Comments
 (0)