summaryrefslogtreecommitdiff
path: root/include/evanix.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-03 19:16:21 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-03 22:28:45 +0530
commit5602a17e4c916c1fe90a0025fbdceb0621e2e9ba (patch)
treee454fdaba66a9a0d34ca2ecbde5a978ecb9f29b5 /include/evanix.h
parent4a00927f139c545288c1ae2d197d4fdc8fa36051 (diff)
solver_greedy: init
Diffstat (limited to 'include/evanix.h')
-rw-r--r--include/evanix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/evanix.h b/include/evanix.h
index 32f6ed6..48fe110 100644
--- a/include/evanix.h
+++ b/include/evanix.h
@@ -1,4 +1,5 @@
#include <stdbool.h>
+#include <stdint.h>
#ifndef EVANIX_H
@@ -8,7 +9,7 @@ struct evanix_opts_t {
bool ispipelined;
bool close_stderr_exec;
char *system;
- int max_build;
+ uint32_t max_build;
};
extern struct evanix_opts_t evanix_opts;