digraph "pipeInfo" { // LATEX_PDF_SIZE edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=record]; Node1 [label="{pipeInfo\n|+ bCNT\l+ rFD\l+ rfdCNT\l+ wFD\l+ wfdCNT\l|}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "]; Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +headPB\n+tailPB" ,arrowhead="odiamond",fontname="Helvetica"]; Node2 [label="{pipeBuf\n|+ buffer\l+ nbytes\l+ offset\l|}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structpipeBuf.html",tooltip=" "]; Node2 -> Node2 [color="grey25",fontsize="10",style="solid",label=" +next" ,arrowhead="odiamond",fontname="Helvetica"]; }