libubox
C utility functions for OpenWrt.
vlist_tree Struct Reference

#include <vlist.h>

Collaboration diagram for vlist_tree:

Data Fields

struct avl_tree avl
 
vlist_update_cb update
 
bool keep_old
 
bool no_delete
 
int version
 

Detailed Description

Definition at line 29 of file vlist.h.

Field Documentation

◆ avl

struct avl_tree vlist_tree::avl

Definition at line 70 of file vlist.h.

◆ keep_old

bool vlist_tree::keep_old

Definition at line 33 of file vlist.h.

◆ no_delete

bool vlist_tree::no_delete

Definition at line 34 of file vlist.h.

◆ update

vlist_update_cb vlist_tree::update

Definition at line 32 of file vlist.h.

◆ version

int vlist_tree::version

Definition at line 36 of file vlist.h.


The documentation for this struct was generated from the following file: