Skip to content

Commit 7e5088b

Browse files
committed
Pid: drop private
for serialization
1 parent af235ab commit 7e5088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pid.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(** Unique process identification *)
22

3-
type t = private {
3+
type t = {
44
host : string; (** machine hostname (no spaces allowed) *)
55
id : int; (** process id *)
66
name : string; (** application id (no spaces allowed), for information. *)

0 commit comments

Comments
 (0)