Skip to content

C API TreeChange StructΒΆ

The structure used to hold info about added or removed nodes. This is the version without timestamp used in API v1 compatibility mode.

Name Type Description
Action uint32_t field indicating which action occurred on the tree. A value of the ZITreeAction_enum (TREE_ACTION) enum.
Name char Name of the Path that has been added, removed or changed.