NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
FetchWindow Struct Reference

Window of segment states. More...

#include <window.h>

Data Fields

FetchSegarray
 segment records More...
 
uint64_t * deleted
 deleted flag bit vector More...
 
uint32_t capacityMask
 array capacity minus one More...
 
uint64_t loSegNum
 inclusive lower bound of segment numbers More...
 
uint64_t hiSegNum
 exclusive upper bound of segment numbers More...
 

Detailed Description

Window of segment states.

Field Documentation

◆ array

FetchSeg* FetchWindow::array

segment records

◆ capacityMask

uint32_t FetchWindow::capacityMask

array capacity minus one

◆ deleted

uint64_t* FetchWindow::deleted

deleted flag bit vector

◆ hiSegNum

uint64_t FetchWindow::hiSegNum

exclusive upper bound of segment numbers

◆ loSegNum

uint64_t FetchWindow::loSegNum

inclusive lower bound of segment numbers


The documentation for this struct was generated from the following file: