mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 19:34:04 -04:00
Introduce `cfg_obj_clone` which takes a `cfg_obj_t` node and clones it. it allocates a new node, copies its scalar values and recursively allocates child nodes, copying their scalar values as well and so on. Internally, a new method `cfg_copyfunc_t` copy is added in `cfg_rep_t`, which enables implementing a copy function specific for each representation type a node can hold. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||