diff options
| author | Emilio Jesus Gallego Arias | 2017-06-10 04:12:11 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-12-11 11:59:07 +0100 |
| commit | a758aac39aa330911f5f589ab3cae1bebed1e9ce (patch) | |
| tree | 17e8e7c41a194a8ac3d17c9fa922da1177e574d4 /stm/spawned.mli | |
| parent | a77f3a3e076e273af35ad520cae2eef0e3552811 (diff) | |
[stm] Move process_id to Spawned.
This brings us one step closer to actually moving all STM flags to
`stm`.
Diffstat (limited to 'stm/spawned.mli')
| -rw-r--r-- | stm/spawned.mli | 2 |
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 |
