fix error on 4.08

This commit is contained in:
Simon Cruanes 2022-07-06 13:42:52 -04:00
parent 6179c97e99
commit 6d72a6fac0
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -18,6 +18,7 @@ val set_mutex : lock:(unit -> unit) -> unlock:(unit -> unit) -> unit
(** Set a lock/unlock pair to protect the critical sections
of {!Opentelemetry.Collector.BACKEND} *)
module Atomic = Opentelemetry_atomic.Atomic
module Config = Config
val setup :