commit | a75f3404c8763486c61f931b368ece76a9af7f42 | [log] [tgz] |
---|---|---|
author | Miroslav Zagorac <mzagorac@haproxy.com> | Thu Sep 09 10:31:12 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 12 07:08:14 2021 +0200 |
tree | b53f641ee314d46655a6d3d1b24c8155f1e542b4 | |
parent | 71cb1ab6b9bc4aa0405df0ab2447430eb3402bdc [diff] |
CLEANUP: opentracing: use the haproxy function to generate uuid To avoid duplicate source code, the original haproxy function is used to generate the OpenTracing runtime context UUID. Also, the structure flt_ot_runtime_context is simplified because the detailed definition of UUID is removed from it (struct flt_ot_uuid), ie the UUID is left only in the form of a string.