aboutsummaryrefslogtreecommitdiff
path: root/stm/spawned.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-13 23:57:43 +0100
committerMaxime Dénès2017-12-13 23:57:43 +0100
commit671c4dbd064884a042d8f2bea5186ab5c7eaaeec (patch)
tree5b96358dbceed10a46fa42ecde293c0fe8d6ce7a /stm/spawned.mli
parentb1aaedb9e728702cccdb1bd126a714d9e075d14c (diff)
parent50159f9c1748ccf1d66341d171081a998d116d2f (diff)
Merge PR #1108: [stm] Reorganize flags
Diffstat (limited to 'stm/spawned.mli')
-rw-r--r--stm/spawned.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/spawned.mli b/stm/spawned.mli
index c3cf4d67b0..7f463c6a6e 100644
--- a/stm/spawned.mli
+++ b/stm/spawned.mli
@@ -20,3 +20,5 @@ val init_channels : unit -> unit
(* Once initialized, these are the channels to talk with our master *)
val get_channels : unit -> CThread.thread_ic * out_channel
+(** {6 Name of current process.} *)
+val process_id : unit -> string