about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/CommandLine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/klee/CommandLine.h b/include/klee/CommandLine.h
index 39290e7b..bcb490cf 100644
--- a/include/klee/CommandLine.h
+++ b/include/klee/CommandLine.h
@@ -20,6 +20,8 @@ extern llvm::cl::opt<bool> UseIndependentSolver;
   
 extern llvm::cl::opt<int> MinQueryTimeToLog;
 
+extern llvm::cl::opt<double> MaxSTPTime;
+
 ///The different query logging solvers that can switched on/off
 enum QueryLoggingSolverType
 {