diff options
| author | Christian Hopps <chopps@labn.net> | 2025-01-07 06:46:23 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2025-01-13 23:40:52 -0500 |
| commit | 8a52b69ca4c1fb34d46f04cc348faba191ad6ae3 (patch) | |
| tree | e9ea5b318d00855394d912caa882e3779c680455 /lib/northbound_oper.c | |
| parent | bbebaa5d6b1d22b527564f84f36975213f243b5a (diff) | |
lib: northbound: add basic oper-state update functions
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/northbound_oper.c')
| -rw-r--r-- | lib/northbound_oper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound_oper.c b/lib/northbound_oper.c index c80cdc116a..dc4be21611 100644 --- a/lib/northbound_oper.c +++ b/lib/northbound_oper.c @@ -35,6 +35,7 @@ * We must also process containers with lookup-next descendants last. */ +DEFINE_MTYPE_STATIC(LIB, NB_STATE, "Northbound State"); DEFINE_MTYPE_STATIC(LIB, NB_YIELD_STATE, "NB Yield State"); DEFINE_MTYPE_STATIC(LIB, NB_NODE_INFOS, "NB Node Infos"); |
