summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-20 11:52:51 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-20 11:52:51 -0700
commitaa78ce56e73427a2a30669a2bbedacc3bb8caa9d (patch)
tree92d9960d3525bd21aacf4327027dd4f9ea6f1fc8 /src/map/if/if.h
parente53ffc640827d1c9d44f8fb24518d9bb87660f4a (diff)
downloadabc-aa78ce56e73427a2a30669a2bbedacc3bb8caa9d.tar.gz
abc-aa78ce56e73427a2a30669a2bbedacc3bb8caa9d.tar.bz2
abc-aa78ce56e73427a2a30669a2bbedacc3bb8caa9d.zip
Updated code for lazy man's synthesis.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index cff9adfe..37cea625 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -280,7 +280,11 @@ struct If_Obj_t_
float EstRefs; // estimated reference counter
float Required; // required time of the onde
float LValue; // sequential arrival time of the node
+ union{
void * pCopy; // used for object duplication
+ int iCopy;
+ };
+
If_Set_t * pCutSet; // the pointer to the cutset
If_Cut_t CutBest; // the best cut selected
};