Replaced clixon_get_logflags() with clixon_logflags_get()
Added `clixon_logflags_set()`
This commit is contained in:
parent
39fb149756
commit
1709537701
5 changed files with 36 additions and 18 deletions
|
|
@ -41,6 +41,7 @@ Users may have to change how they access the system
|
|||
|
||||
Developers may need to change their code
|
||||
|
||||
* Replaced `clixon_get_logflags()` with `clixon_logflags_get()`
|
||||
* New `yn_iter()` yang iterator replaces `yn_each()`
|
||||
* Use an integer iterator instead of yang object
|
||||
* Replace `y1 = NULL; y1 = yn_each(y0, y1)` with `int inext = 0; yn_iter(y0, &inext)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue