summaryrefslogtreecommitdiffstats
path: root/src/bdd/dsd/dsdInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/dsd/dsdInt.h')
-rw-r--r--src/bdd/dsd/dsdInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bdd/dsd/dsdInt.h b/src/bdd/dsd/dsdInt.h
index 8eaa0969..5569c443 100644
--- a/src/bdd/dsd/dsdInt.h
+++ b/src/bdd/dsd/dsdInt.h
@@ -42,6 +42,7 @@ struct Dsd_Manager_t_
int nRootsAlloc;// the number of primary outputs
Dsd_Node_t ** pInputs; // the primary input nodes
Dsd_Node_t ** pRoots; // the primary output nodes
+ Dsd_Node_t * pConst1; // the constant node
int fVerbose; // the verbosity level
};