frr/ospfclient
Donald Sharp e6685141aa *: Rename struct thread to struct event
Effectively a massive search and replace of
`struct thread` to `struct event`.  Using the
term `thread` gives people the thought that
this event system is a pthread when it is not

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2023-03-24 08:32:17 -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 struct thread to struct event 2023-03-24 08:32:17 -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