Commit Graph

1 Commits (1a8fdc1c0b71bc4ecac7e389367e2257547b0cbc)

Author SHA1 Message Date
Michal Rostecki 1a8fdc1c0b feat(aya): Add task storage map type (in the user-space)
Task storage is a type of map which uses `task_struct` kernel type as
a key. When the task (process) stops, the corresponding entry is
automatically removed.

This change add support only in the user-space and tests the
functionality with a C program.

Fixes