summaryrefslogtreecommitdiff
path: root/lib/northbound_sysrepo.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-04-15 19:01:43 -0300
committerRenato Westphal <renato@opensourcerouting.org>2019-04-18 13:06:14 -0300
commitde4eaa3c55f3230d6c8e90581b228f52ef4c735d (patch)
treee9352d98c952dab9631ea5203cd9951c07b9ae73 /lib/northbound_sysrepo.c
parent3c7940063b40250354cccc6b582a81d10a5a4261 (diff)
lib: sync sysrepo module with latest API changes
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/northbound_sysrepo.c')
-rw-r--r--lib/northbound_sysrepo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_sysrepo.c b/lib/northbound_sysrepo.c
index 4359c39caf..33b6c24782 100644
--- a/lib/northbound_sysrepo.c
+++ b/lib/northbound_sysrepo.c
@@ -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;