/
githubmirror
/
open-iscsi
Обзор
Документация
Войти
/
githubmirror
/
open-iscsi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
usr/version.h
16 строк
442 B
Lee Duncan
Small bug fixes (#364)
06 сен 2022, 18:54
Не верифицирован
06 сен 2022, 18:54
7726ecc
Код
Авторство
О чём код?
#ifndef ISCSI_VERSION_DEF #define ISCSI_VERSION_DEF /* * iSCSI tools version. * This may not be the same value as the kernel versions because * some other maintainer could merge a patch without going through us * * Version string should be set by the build system, else we have problems */ #ifndef ISCSI_VERSION_STR #error Must set ISCSI_VERSION_STR #endif #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" #endif