Skip to content

Commit

Permalink
increase package slots to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored Mar 8, 2024
1 parent ef48a87 commit a0b7ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/package.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Preliminary cap on the number of possible aws-c-libraries participating in shared enum ranges for
* errors, log subjects, and other cross-library enums. Expandable as needed
*/
#define AWS_PACKAGE_SLOTS 16
#define AWS_PACKAGE_SLOTS 32

/*
* Each aws-c-* and aws-crt-* library has a unique package id starting from zero. These are used to macro-calculate
Expand Down

0 comments on commit a0b7ce5

Please sign in to comment.