nfs-ganesha 1.4
|
Element within the AVL tree implementing weak references. More...
Public Attributes | |
struct avltree_node | node_k |
gweakref_t | k |
Element within the AVL tree implementing weak references.
In this implementation, weak references are stored in an AVL tree of (pointer, generation) pairs. The pointer acts as the key in the tree, and a lookup is successful only if the generation number matches that stored in the found node. The same pointer that serves as the key serves as the value.
Definition at line 122 of file generic_weakref.c.
Definition at line 125 of file generic_weakref.c.
Definition at line 124 of file generic_weakref.c.