From acc142fcee47cd8202dd1ad67e39fd569b09bbd7 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 15 Jun 2018 13:54:26 +0200 Subject: [spawn] don't create a control socket on Unix (Fix #7713) --- lib/spawn.mli | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/spawn.mli') diff --git a/lib/spawn.mli b/lib/spawn.mli index c7a56349c..944aa27a7 100644 --- a/lib/spawn.mli +++ b/lib/spawn.mli @@ -25,7 +25,6 @@ module type Control = sig type handle val kill : handle -> unit - val stats : handle -> Gc.stat val wait : handle -> Unix.process_status val unixpid : handle -> int @@ -76,6 +75,5 @@ end (* This is exported to separate the Spawned module, that for simplicity assumes * Threads so it is in a separate file *) -type req = ReqDie | ReqStats | Hello of int * int +type req = ReqDie | Hello of int * int val proto_version : int -type resp = RespStats of Gc.stat -- cgit v1.2.3