table of contents
rte_seqcount_t(3) | DPDK | rte_seqcount_t(3) |
NAME¶
rte_seqcount_t
SYNOPSIS¶
#include <rte_seqcount.h>
Data Fields¶
uint32_t sn
Detailed Description¶
The RTE seqcount type.
Definition at line 33 of file rte_seqcount.h.
Field Documentation¶
uint32_t sn¶
A sequence number for the protected data.
Definition at line 34 of file rte_seqcount.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |