now that NamedObj type is implemented we would need to introduce new variant of GetObjects(table) and ResetObjects(table) funcs as current ones work only with legacy QuotaObj and CounterObj types. This PR introduces GetNamedObjects(table) and ResetNamedObjects(table) funcs which work only with the new NamedObj type.
Hi,
now that NamedObj type is implemented we would need to introduce new variant of
GetObjects(table)
andResetObjects(table)
funcs as current ones work only with legacy QuotaObj and CounterObj types. This PR introducesGetNamedObjects(table)
andResetNamedObjects(table)
funcs which work only with the new NamedObj type.Let me know what you think.