Re: [PATCH 10/19] src: add constants for domain stats 'balloon.' parameters

2025-03-04 Thread Peter Krempa
On Tue, Mar 04, 2025 at 14:04:05 +, Daniel P. Berrangé wrote: > Contrary to most APIs returning typed parameters, there are no constants > defined for the domain stats data keys. This is was because many of the > keys needs to be dynamically constructed using one or more array index > values. >

[PATCH 10/19] src: add constants for domain stats 'balloon.' parameters

2025-03-04 Thread Daniel P . Berrangé
Contrary to most APIs returning typed parameters, there are no constants defined for the domain stats data keys. This is was because many of the keys needs to be dynamically constructed using one or more array index values. It is possible to define constants while still supporting dynamic array in