celix
celix copied to clipboard
Configurable framework UUID
In the interface description of CELIX_FRAMEWORK_UUID(https://github.com/apache/celix/blob/master/libs/framework/include/celix_constants.h#L175), CELIX_FRAMEWORK_UUID should be configurable, but in the implementation, it is not configurable(https://github.com/apache/celix/blob/master/libs/framework/src/framework.c#L252).
If CELIX_FRAMEWORK_UUID is designed to be configurable, what should be considered?