Optimization of yang_find()

This commit is contained in:
Olof hagsand 2023-12-10 21:03:20 +01:00
parent d76adf51d2
commit 012158fb24
4 changed files with 25 additions and 29 deletions

View file

@ -83,9 +83,9 @@
* leaf z;
* }
*/
#define YANG_FLAG_MOUNTPOINT 0x100 /* Mark node as populated mount-point
* Set by yang_mount_set.
* Used by ys_free
#define YANG_FLAG_MOUNTPOINT 0x100 /* Mark node as ACTUAL populated mount-point
* Set by yang_mount_set
* Read by ys_free1
*/
/*