Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rb_augment_callbacks Struct Reference

#include <rbtree_augmented.h>

Data Fields

void(* propagate )(struct rb_node *node, struct rb_node *stop)
 
void(* copy )(struct rb_node *old, struct rb_node *new)
 
void(* rotate )(struct rb_node *old, struct rb_node *new)
 

Detailed Description

Definition at line 38 of file rbtree_augmented.h.

Field Documentation

void(* copy)(struct rb_node *old, struct rb_node *new)

Definition at line 40 of file rbtree_augmented.h.

Definition at line 39 of file rbtree_augmented.h.

void(* rotate)(struct rb_node *old, struct rb_node *new)

Definition at line 41 of file rbtree_augmented.h.


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