diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:42:49 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-09 14:46:26 -0400 |
commit | 8723cc87982825754f314b0c18910319a3ced716 (patch) | |
tree | 8b6446d7ff58f9c272202024dfe53a1831517b76 /src/core/telemetry_session.h | |
parent | 561d79e03443aec02f54e1e43437bc1d5b90ca88 (diff) |
telemetry_session: Use a std::array in GenerateTelemetryId()
We don't need to potentially heap-allocate a std::string instance here,
given the data is known ahead of time. We can just place it within an
array and pass this to the mbedtls functions.
Diffstat (limited to 'src/core/telemetry_session.h')
0 files changed, 0 insertions, 0 deletions