|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
#include "../hashtb.h"

Go to the source code of this file.
Classes | |
| struct | hicn_cs_policy_s |
| struct | hicn_cs_policy_vft_s |
| Definition of the virtual functin table for a cache policy. More... | |
Typedefs | |
| typedef struct hicn_cs_policy_s | hicn_cs_policy_t |
| typedef struct hicn_cs_policy_vft_s | hicn_cs_policy_vft_t |
| Definition of the virtual functin table for a cache policy. More... | |
This file provides the needed structures to implement a CS policy
| typedef struct hicn_cs_policy_vft_s hicn_cs_policy_vft_t |
Definition of the virtual functin table for a cache policy.
A cache policy must implement all the following functions:
1.8.17