mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-07 21:37:58 +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> |
||
|---|---|---|
| .. | ||
| main.c | ||
| prng.c | ||
| prng.h | ||
| tests.h | ||