mirror of
https://github.com/reactos/syzkaller.git
synced 2025-03-04 09:37:03 +00:00

This patch add a new struct ProgInfo that for now holds info about each call in a program []CallInfo, but in the future will be expanded with remote coverage info. Update all the callers to use the new interface as well.