--- a/ucx/properties.c Tue Oct 21 12:34:17 2025 +0200 +++ b/ucx/properties.c Tue Oct 21 16:20:51 2025 +0200 @@ -51,6 +51,12 @@ cxBufferDestroy(&prop->buffer); } +void cxPropertiesReset(CxProperties *prop) { + CxPropertiesConfig config = prop->config; + cxPropertiesDestroy(prop); + cxPropertiesInit(prop, config); +} + int cxPropertiesFilln( CxProperties *prop, const char *buf,