Commit Graph

1 Commits (f9f3c583e9fd0dd5aa96d5f45e3a453c5f9e5ad3)

Author SHA1 Message Date
Michal Rostecki f9f3c583e9 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