3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

rlimit mux

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-05 22:17:09 -07:00
parent f0f37411a2
commit 7c1e935bc2
2 changed files with 1 additions and 2 deletions

View file

@ -20,6 +20,7 @@ Revision History:
#include "util/vector.h"
class reslimit {
volatile unsigned m_cancel;
bool m_suspend;