Commit Graph

1 Commits (d0fe4667875e0cb7e7207a8fbe3ddc671974c340)

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 #203
2 weeks ago