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 47d635e commit 25031c0Copy full SHA for 25031c0
miou/tls_miou_unix.ml
@@ -1,3 +1,5 @@
1
+(* NOTE: the unix/tls_unix.ml is mostly copied from here, so any change should be synchronized. *)
2
+
3
let src = Logs.Src.create "tls-miou"
4
5
module Log = (val Logs.src_log src : Logs.LOG)
unix/tls_unix.ml
+(* NOTE: mostly copied from miou/tls_miou_unix.ml, so any change should be synchronized. *)
let src = Logs.Src.create "tls-unix"
0 commit comments