Loading...
Searching...
No Matches
cache_list_t Struct Reference

Bundle cache. More...

Detailed Description

Bundle cache.

Should be instantiated per contact, such that every list contains bundles that match the contact's filter.

Definition at line 64 of file cache.h.

#include <cache.h>

Data Fields

clist_node_t list
 Head pointer of the clist.
 
cache_list_node_t nodes [CONFIG_BPLIB_EGRESS_CACHE_LEN]
 Collection of possible cache nodes.
 
bool all_bundles_queued
 Whether all bundles in the storage are in the queue.
 

Field Documentation

◆ all_bundles_queued

bool cache_list_t::all_bundles_queued

Whether all bundles in the storage are in the queue.

Definition at line 70 of file cache.h.

◆ list

clist_node_t cache_list_t::list

Head pointer of the clist.

Definition at line 66 of file cache.h.

◆ nodes

Collection of possible cache nodes.

Definition at line 68 of file cache.h.


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