Commit Graph

1 Commits (5037656b23b9abca06b953fed2cd1e608d7885c6)

Author SHA1 Message Date
Michal Rostecki 5037656b23 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.
2 months ago