1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct debug_obj</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Debug objects life time"><link rel="up" href="fixupfunctions.html#debug_obj_descr" title="Debug object type description structure"><link rel="prev" href="fixupfunctions.html" title="Chapter 4. Fixup functions"><link rel="next" href="API-struct-debug-obj-descr.html" title="struct debug_obj_descr"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct debug_obj</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="fixupfunctions.html">Prev</a> </td><th width="60%" align="center">Debug object type description structure</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-debug-obj-descr.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-debug-obj"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct debug_obj — 2 representaion of an tracked object 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct debug_obj { 5 struct hlist_node node; 6 enum debug_obj_state state; 7 unsigned int astate; 8 void * object; 9 struct debug_obj_descr * descr; 10}; </pre></div><div class="refsect1"><a name="idp1099083076"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">node</span></dt><dd><p> 11hlist node to link the object into the tracker list 12 </p></dd><dt><span class="term">state</span></dt><dd><p> 13tracked object state 14 </p></dd><dt><span class="term">astate</span></dt><dd><p> 15current active state 16 </p></dd><dt><span class="term">object</span></dt><dd><p> 17pointer to the real object 18 </p></dd><dt><span class="term">descr</span></dt><dd><p> 19pointer to an object type specific debug description structure 20 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="fixupfunctions.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="fixupfunctions.html#debug_obj_descr">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-debug-obj-descr.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Fixup functions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct debug_obj_descr</span></td></tr></table></div></body></html> 21