mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
make explicit_span.meta mutable
This commit is contained in:
parent
5d04850997
commit
567386908e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ type explicit_span = {
|
||||||
span: span;
|
span: span;
|
||||||
(** Identifier for this span. Several explicit spans might share the same
|
(** Identifier for this span. Several explicit spans might share the same
|
||||||
identifier since we can differentiate between them via [meta]. *)
|
identifier since we can differentiate between them via [meta]. *)
|
||||||
meta: Meta_map.t; (** Metadata for this span (and its context) *)
|
mutable meta: Meta_map.t; (** Metadata for this span (and its context) *)
|
||||||
}
|
}
|
||||||
(** Explicit span, with collector-specific metadata *)
|
(** Explicit span, with collector-specific metadata *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue