mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
The srx_*() family of APIs are for some callbacks in confd used to check if a setting exists or not. The root helper function srx_vaget() always logged an error if sr_get_items() failed. This has now been fixed and only the srx_enabled() function still triggers this, because it has no way of determining an error condition -- otoh it should never fail. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
sysepo extensions
This library contains extensions and helper APIs for sysrepo plugins. It is currently used by confd and statd in Infix.