aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/spawned.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/spawned.mli')
-rw-r--r--stm/spawned.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/spawned.mli b/stm/spawned.mli
index 18b88dc64..d7b3243c2 100644
--- a/stm/spawned.mli
+++ b/stm/spawned.mli
@@ -18,5 +18,5 @@ val control_channel : chandescr option ref
val init_channels : unit -> unit
(* Once initialized, these are the channels to talk with our master *)
-val get_channels : unit -> in_channel * out_channel
+val get_channels : unit -> CThread.thread_ic * out_channel