Skip to content

Commit

Permalink
Merge branch 'main' into PriorityQueueNodeInit
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Oct 27, 2023
2 parents f018a06 + e381a7b commit 6b03aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aws/common/hash_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ int aws_hash_table_create(
*
* Returns AWS_OP_SUCCESS if an item was found or created.
* Raises AWS_ERROR_OOM if hash table expansion was required and memory
* allocation failed.
*/
AWS_COMMON_API
int aws_hash_table_put(struct aws_hash_table *map, const void *key, void *value, int *was_created);
Expand Down

0 comments on commit 6b03aaa

Please sign in to comment.