aboutsummaryrefslogtreecommitdiffstats
path: root/ractor_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ractor_core.h')
-rw-r--r--ractor_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ractor_core.h b/ractor_core.h
index 7673607a00..a3bc90febf 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -91,7 +91,7 @@ struct rb_ractor_struct {
// thread management
struct {
- struct list_head set;
+ struct ccan_list_head set;
unsigned int cnt;
unsigned int blocking_cnt;
unsigned int sleeper;
@@ -126,7 +126,7 @@ struct rb_ractor_struct {
ractor_terminated,
} status_;
- struct list_node vmlr_node;
+ struct ccan_list_node vmlr_node;
// ractor local data