nfs-ganesha 1.4
Public Attributes

gweakref_priv_ Struct Reference

Element within the AVL tree implementing weak references. More...

List of all members.

Public Attributes

struct avltree_node node_k
gweakref_t k

Detailed Description

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.


Member Data Documentation

Definition at line 125 of file generic_weakref.c.

Definition at line 124 of file generic_weakref.c.


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