We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af235ab commit 7e5088bCopy full SHA for 7e5088b
pid.mli
@@ -1,6 +1,6 @@
1
(** Unique process identification *)
2
3
-type t = private {
+type t = {
4
host : string; (** machine hostname (no spaces allowed) *)
5
id : int; (** process id *)
6
name : string; (** application id (no spaces allowed), for information. *)
0 commit comments