From a0b7ce5c9391ba07178647fe34a374cc38006c2b Mon Sep 17 00:00:00 2001 From: Aaron Todd Date: Fri, 8 Mar 2024 12:02:58 -0500 Subject: [PATCH] increase package slots to 32 --- include/aws/common/package.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aws/common/package.h b/include/aws/common/package.h index 0d7b3c2a5..c93fd5109 100644 --- a/include/aws/common/package.h +++ b/include/aws/common/package.h @@ -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