diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-31 02:18:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 02:18:20 +0200 |
| commit | 642078de8e9c277fc90d11f9976afe475ef4bac8 (patch) | |
| tree | 0a87e04fb4347d9f93aaa0739c025b15323b4a4e /lib/mgmt_msg_native.c | |
| parent | 2a572bad9189e1ed97c5d1449283b8dd249c9253 (diff) | |
| parent | ecc88c52ba15d9a1cbd625d5c54f0748393bdbe5 (diff) | |
Merge pull request #15254 from LabNConsulting/chopps/notifications
Add YANG notifications
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, |
