mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-11 00:16:07 +00:00
![]() This is a first in a series of commits, whose goal is to rename the thread system in FRR to an event system. There is a continual problem where people are confusing `struct thread` with a true pthread. In reality, our entire thread.c is an event system. In this commit rename the thread.[ch] files to event.[ch]. Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
.gitignore | ||
common_cli.c | ||
common_cli.h | ||
test_cli.c | ||
test_cli.in | ||
test_cli.py | ||
test_cli.refout.in | ||
test_commands.c | ||
test_commands.in | ||
test_commands.py | ||
test_commands.refout |