about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2015-06-03 19:32:14 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-06-03 19:32:14 +0100
commit16772a3c4f287aa7b4016be4ebbaa9e4ece6ca5a (patch)
tree2932ab3b8e509d03ce81228e4f594e5ff6609316 /include
parent33417e4b63377e2825811096aaca026847cf2e26 (diff)
downloadklee-16772a3c4f287aa7b4016be4ebbaa9e4ece6ca5a.tar.gz
Added an option --readable-posix-inputs which is used to turn on/off the CEX preferences added in the POSIX model. Removed option --prefer-cex which controlled all CEX preferences.
Diffstat (limited to 'include')
-rw-r--r--include/klee/klee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/klee/klee.h b/include/klee/klee.h
index 032e5243..d0980395 100644
--- a/include/klee/klee.h
+++ b/include/klee/klee.h
@@ -110,6 +110,7 @@ extern "C" {
   void klee_warning(const char *message);
   void klee_warning_once(const char *message);
   void klee_prefer_cex(void *object, uintptr_t condition);
+  void klee_posix_prefer_cex(void *object, uintptr_t condition);
   void klee_mark_global(void *object);
 
   /* Return a possible constant value for the input expression. This