/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
plugins/solidigm/solidigm-telemetry/header.h
12 строк
336 B
Leonardo da Cunha
plugins/solidigm: Better string handling on Telemetry parsing.
07 ноя 2025, 20:08
07 ноя 2025, 20:08
24155f8
Код
Авторство
О чём код?
/* SPDX-License-Identifier: MIT */ /* * Copyright (c) 2022 Solidigm. * * Author: leonardo.da.cunha@solidigm.com */ #include "telemetry-log.h" bool sldm_uint8_array_to_string(const uint8_t *data_ptr, uint32_t array_size, struct json_object **str_obj); bool solidigm_telemetry_log_header_parse(const struct telemetry_log *tl);