Variable AVLNodeRealHeight.height

struct AVLNodeRealHeight
{
  // ...
  int height ;
  // ...
}