summaryrefslogtreecommitdiffstats
path: root/test/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/util.h')
-rw-r--r--test/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/util.h b/test/util.h
index 7163238..799e55b 100644
--- a/test/util.h
+++ b/test/util.h
@@ -7,6 +7,9 @@
#define ARRLEN(x) (sizeof(x) / sizeof((x)[0]))
#define MIN(a,b) ((a) > (b) ? (b) : (a))
+#define TARGET_CORE 2
+#define SECONDARY_CORE 3
+
struct ipc {
pthread_mutex_t lock;
pthread_cond_t sig_parent;