/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ip_pipeline/common.h
12 строк
267 B
Jasvinder Singh
examples/ip_pipeline: add mempool object
05 апр 2018, 19:23
05 апр 2018, 19:23
6bfe74f
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2018 Intel Corporation */ #ifndef _INCLUDE_COMMON_H_ #define _INCLUDE_COMMON_H_ #ifndef NAME_SIZE #define NAME_SIZE 64 #endif #endif /* _INCLUDE_COMMON_H_ */