Searched defs:RF_DagHeader_s (Results 1 – 1 of 1) sorted by relevance
153 struct RF_DagHeader_s { struct154 RF_DagStatus_t status; /* status of this DAG */155 int numSuccedents; /* DAG may be a tree, i.e. may have > 1 root */156 int numCommitNodes; /* number of commit nodes in graph */157 int numCommits; /* number of commit nodes which have been159 RF_DagNode_t *succedents[RF_MAX_HDR_SUCC]; /* array of succedents,161 RF_DagHeader_t *next; /* ptr to allow a list of dags */162 RF_AllocListElem_t *allocList; /* ptr to list of ptrs to be freed164 RF_AccessStripeMapHeader_t *asmList; /* list of access stripe maps166 int nodeNum; /* used by PrintDAG for debug only */[all …]