Commit Graph

1 Commits (960bd54b6bf645db8a2034398f3945adcf0b20b6)

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 months ago