mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 08:56:13 +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.c | ||
common.h | ||
subdir.am | ||
test_ospf_spf.c | ||
test_ospf_spf.in | ||
test_ospf_spf.py | ||
test_ospf_spf.refout | ||
topologies.c |