]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/examples/multi_process/simple_mp/mp_commands.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / dpdk / examples / multi_process / simple_mp / mp_commands.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5 #ifndef _SIMPLE_MP_COMMANDS_H_
6 #define _SIMPLE_MP_COMMANDS_H_
7
8 extern struct rte_ring *send_ring;
9 extern struct rte_mempool *message_pool;
10 extern volatile int quit;
11
12 extern cmdline_parse_ctx_t simple_mp_ctx[];
13
14 #endif /* _SIMPLE_MP_COMMANDS_H_ */