From 2d66c7d508f6bd198969012241082e34a5b6047c Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 11 Dec 2014 14:27:46 +0100 Subject: CThread: use a different type for thread friendly in_channels --- stm/spawned.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/spawned.mli') 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 -- cgit v1.2.3