Added bucket functionality

This commit is contained in:
Granyaa
2026-01-14 16:06:07 +02:00
parent 4999d05903
commit dc85e0e789
4 changed files with 75 additions and 15 deletions

View File

@@ -86,6 +86,8 @@ typedef struct NanoAttachment {
uint64_t metric_data[METRIC_TYPES_COUNT];
uint64_t metric_average_data_divisor[METRIC_TYPES_COUNT];
#endif
AttachmentVerdictResponse async_buckets[CP_ASYNC_CTX_BUCKETS]; ///< Buckets for storing verdict responses.
} NanoAttachment;
///