Home
last modified time | relevance | path

Searched defs:tlm_chain_link (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h157 typedef struct tlm_chain_link { struct
158 struct tlm_chain_link *tc_next; /* next blob of statistics */ argument
159 struct tlm_chain_link *tc_prev; /* previous blob in the chain */ argument
162 } tlm_chain_link_t; argument