Views storage, shared. More...
#include <view.h>
Data Fields | |
lock_rw_type | lock |
lock on the view tree. | |
rbtree_type | vtree |
rbtree of struct view | |
Views storage, shared.
lock_rw_type views::lock |
lock on the view tree.
When locking order, the views lock is before the forwards,hints,anchors,localzones lock.
Referenced by fr_reload_config(), views_create(), views_delete(), views_enter_view_name(), views_find_view(), and views_get_mem().