]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: sync sysrepo module with latest API changes
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 15 Apr 2019 22:01:43 +0000 (19:01 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 18 Apr 2019 16:06:14 +0000 (13:06 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/northbound_sysrepo.c

index 4359c39cafce83cc1f76b09fa8e42d14cbb18970..33b6c247825e86f3622d7f983892de53d6fc0f9a 100644 (file)
@@ -374,7 +374,7 @@ static int frr_sr_state_data_iter_cb(const struct lys_node *snode,
 /* Callback for state retrieval. */
 static int frr_sr_state_cb(const char *xpath, sr_val_t **values,
                           size_t *values_cnt, uint64_t request_id,
-                          void *private_ctx)
+                          const char *original_xpath, void *private_ctx)
 {
        struct list *elements;
        struct yang_data *data;