aboutsummaryrefslogtreecommitdiff
path: root/chopstx.h
diff options
context:
space:
mode:
Diffstat (limited to 'chopstx.h')
-rw-r--r--chopstx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chopstx.h b/chopstx.h
index 026a185..d926415 100644
--- a/chopstx.h
+++ b/chopstx.h
@@ -30,7 +30,7 @@ struct chx_qh {
struct chx_pq *next, *prev;
};
-typedef uint32_t chopstx_t;
+typedef uintptr_t chopstx_t;
typedef uint8_t chopstx_prio_t;
extern chopstx_t chopstx_main;