frrouting/ospfclient
Donald Sharp c05e7b1ca2 *: Stop using thread as a variable name
The code went through a conversion from naming events
'thread' to 'event' a couple of years ago.  At this
time we still have a non-trivial number of vestigal
references to a `struct event *thread` let's go ahead
and convert them in mass to `struct event *event`.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2025-11-03 14:27:17 -05: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 *: Convert event.h to frrevent.h 2023-03-24 08:32:17 -04:00
ospf_apiclient.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
ospfclient.c *: Stop using thread as a variable name 2025-11-03 14:27:17 -05:00
ospfclient.py ospfclient: fix crash due to streamwriter garbage collect 2024-12-20 14:41:20 -05:00
README ospfclient: fix help url 2022-06-21 09:54:31 -05:00
subdir.am tools, ospfclient: add a config option to skip installing python scripts 2024-08-22 13:46:30 -05:00

For more information checkout the developer guide at:

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