|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Window of segment states. More...
#include <window.h>
Data Fields | |
| FetchSeg * | array |
| 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... | |
Window of segment states.
| FetchSeg* FetchWindow::array |
segment records
| uint32_t FetchWindow::capacityMask |
array capacity minus one
| uint64_t* FetchWindow::deleted |
deleted flag bit vector
| uint64_t FetchWindow::hiSegNum |
exclusive upper bound of segment numbers
| uint64_t FetchWindow::loSegNum |
inclusive lower bound of segment numbers