mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +00:00
lib: sync sysrepo module with latest API changes
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
3c7940063b
commit
de4eaa3c55
@ -374,7 +374,7 @@ static int frr_sr_state_data_iter_cb(const struct lys_node *snode,
|
|||||||
/* Callback for state retrieval. */
|
/* Callback for state retrieval. */
|
||||||
static int frr_sr_state_cb(const char *xpath, sr_val_t **values,
|
static int frr_sr_state_cb(const char *xpath, sr_val_t **values,
|
||||||
size_t *values_cnt, uint64_t request_id,
|
size_t *values_cnt, uint64_t request_id,
|
||||||
void *private_ctx)
|
const char *original_xpath, void *private_ctx)
|
||||||
{
|
{
|
||||||
struct list *elements;
|
struct list *elements;
|
||||||
struct yang_data *data;
|
struct yang_data *data;
|
||||||
|
Loading…
Reference in New Issue
Block a user