]> git.puffer.fish Git - matthieu/frr.git/commit
mgmtd: convert map to darr use allowing dynamic registrations
authorChristian Hopps <chopps@labn.net>
Sat, 24 Jun 2023 16:35:47 +0000 (12:35 -0400)
committerChristian Hopps <chopps@labn.net>
Tue, 27 Jun 2023 22:00:56 +0000 (18:00 -0400)
commit5447d16b7389703e6a8e0af7e9faaf153b2c4ad2
tree5b37d922c20e71026c0cf4143a0ed0f899125676
parente6e0c5bd25599c76bd05db3c2e3f32f6d3fe47bb
mgmtd: convert map to darr use allowing dynamic registrations

- move from the static allocated and initialize xpath map to using the
new darr (dynamic array) code.

Signed-off-by: Christian Hopps <chopps@labn.net>
mgmtd/mgmt_be_adapter.c