diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-30 03:05:18 -0500 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-30 04:57:10 -0500 | 
| commit | 25bb8b203cdbf3b40f938add7352666146183c03 (patch) | |
| tree | 90ba100c73a7f97401bd9362daa9a0a86a9f957c /lib/mgmt_msg_native.c | |
| parent | cd869ebcf2ec13cf50071d2826d0aa1b309a30e9 (diff) | |
lib: mgmtd: add YANG notification support
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_msg_native.c')
| -rw-r--r-- | lib/mgmt_msg_native.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mgmt_msg_native.c b/lib/mgmt_msg_native.c index a9b26718db..d27c5d3a29 100644 --- a/lib/mgmt_msg_native.c +++ b/lib/mgmt_msg_native.c @@ -14,6 +14,7 @@ DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_ERROR, "native error msg");  DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_GET_TREE, "native get tree msg");  DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_TREE_DATA, "native tree data msg");  DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_GET_DATA, "native get data msg"); +DEFINE_MTYPE(MSG_NATIVE, MSG_NATIVE_NOTIFY, "native get data msg");  int vmgmt_msg_native_send_error(struct msg_conn *conn, uint64_t sess_or_txn_id,  				uint64_t req_id, bool short_circuit_ok,  | 
