cc: add support for array table
Before this commit there was not a specify way to handle a map of type
array. A workaround was to use it as a hash table with int as key type.
This commit creates a new class (BPFArrayTable) that allows to get and
update the value of an element.
Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it>
Showing
tests/cc/test_array_table.cc
0 → 100644
Please register or sign in to comment