mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-28 08:57:28 +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 | ||
| AUTHORS | ||
| INSTALL | ||
| Makefile | ||
| NEWS | ||
| ospf_apiclient.c | ||
| ospf_apiclient.h | ||
| ospfclient.c | ||
| ospfclient.py | ||
| README | ||
| subdir.am | ||
For more information checkout the developer guide at: https://docs.frrouting.org/projects/dev-guide/en/latest/ospf-api.html