OpenSDN source code
|
#include <bitvector_private.h>
Public Attributes | |
task_thread | bv_ent_nonfull_thread |
bvx_patnode | bv_ent_node |
uint8_t | bv_key [sizeof(bv_bitnum_t)] |
bv_bitnum_t | bv_start |
int | bv_setcount |
bv_word_t | bv_bits [BV_WORDSIZE] |
Definition at line 64 of file bitvector_private.h.
bv_word_t bv_entry_::bv_bits[BV_WORDSIZE] |
Definition at line 70 of file bitvector_private.h.
bvx_patnode bv_entry_::bv_ent_node |
Definition at line 66 of file bitvector_private.h.
task_thread bv_entry_::bv_ent_nonfull_thread |
Definition at line 65 of file bitvector_private.h.
uint8_t bv_entry_::bv_key[sizeof(bv_bitnum_t)] |
Definition at line 67 of file bitvector_private.h.
int bv_entry_::bv_setcount |
Definition at line 69 of file bitvector_private.h.
bv_bitnum_t bv_entry_::bv_start |
Definition at line 68 of file bitvector_private.h.