Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirleft/ocaml-tls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2bbc9126ea3a6f4914cd4b031e11ffe636424409
Choose a base ref
..
head repository: mirleft/ocaml-tls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22563de265e9fa7733799f240cd92fe1dbdd5ee5
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 lib/tracing.mli
2 changes: 2 additions & 0 deletions lib/tracing.mli
Original file line number Diff line number Diff line change
@@ -9,3 +9,5 @@ val sexpfs : tag:string -> f:('a -> Sexp.t) -> 'a list -> unit

val cs : tag:string -> Cstruct.t -> unit
val css : tag:string -> Cstruct.t list -> unit

val src : Logs.src