mirror_frr/ospfclient
Donald Sharp cb37cb336a *: Rename thread.[ch] to event.[ch]
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>
2023-03-24 08:32:16 -04:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
AUTHORS Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
INSTALL Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
Makefile build: non-recursive ospf* 2017-08-04 11:09:50 +02:00
NEWS Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> 2003-03-17 01:10:58 +00:00
ospf_apiclient.c *: Rename thread.[ch] to event.[ch] 2023-03-24 08:32:16 -04:00
ospf_apiclient.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
ospfclient.c *: Rename thread.[ch] to event.[ch] 2023-03-24 08:32:16 -04:00
ospfclient.py ospfclient: remove register "READY" requirement 2023-02-20 11:58:30 -05:00
README ospfclient: fix help url 2022-06-21 09:54:31 -05:00
subdir.am ospfd, ospfclient: Do not just include .c files in another .c 2022-12-05 11:55:14 -05:00

For more information checkout the developer guide at:

https://docs.frrouting.org/projects/dev-guide/en/latest/ospf-api.html