commit | fc11bd76dd4791fe4d7c7e8a730c8eb41946385d | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Apr 11 16:00:05 2019 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Apr 11 16:00:05 2019 +0200 |
tree | 0a102f7d77ca3baeec44fdb13ce1ce89d3b52db5 | |
parent | c091739020de88592b014f0fcd6accfcb1e52a5b [diff] [blame] |
schema compile CHANGE Notifications support
diff --git a/src/tree_schema_helpers.c b/src/tree_schema_helpers.c index d4567dc..ef83436 100644 --- a/src/tree_schema_helpers.c +++ b/src/tree_schema_helpers.c
@@ -1183,7 +1183,8 @@ /* LYS_CONFIG_W, but also the default case */ return &((struct lysc_action*)node)->input.data; } - /* TODO Notification */ + case LYS_NOTIF: + return &((struct lysc_notif*)node)->data; default: return NULL; }