Skip to content

Commit 25031c0

Browse files
committed
add comment to sync miou_unix and unix
1 parent 47d635e commit 25031c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

miou/tls_miou_unix.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(* NOTE: the unix/tls_unix.ml is mostly copied from here, so any change should be synchronized. *)
2+
13
let src = Logs.Src.create "tls-miou"
24

35
module Log = (val Logs.src_log src : Logs.LOG)

unix/tls_unix.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(* NOTE: mostly copied from miou/tls_miou_unix.ml, so any change should be synchronized. *)
2+
13
let src = Logs.Src.create "tls-unix"
24

35
module Log = (val Logs.src_log src : Logs.LOG)

0 commit comments

Comments
 (0)