summaryrefslogtreecommitdiffstats
path: root/src/proof/llb/llb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/llb/llb.h')
-rw-r--r--src/proof/llb/llb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/llb/llb.h b/src/proof/llb/llb.h
index 464f4526..f465359d 100644
--- a/src/proof/llb/llb.h
+++ b/src/proof/llb/llb.h
@@ -65,7 +65,7 @@ struct Gia_ParLlb_t_
int TimeLimit; // time limit for one reachability run
int TimeLimitGlo; // time limit for all reachability runs
// internal parameters
- clock_t TimeTarget; // the time to stop
+ abctime TimeTarget; // the time to stop
int iFrame; // explored up to this frame
};