mirror_frr/tests/lib/cli
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 *: track version & "defaults" in configs 2017-03-28 19:18:42 +02:00
common_cli.c *: Rename thread.[ch] to event.[ch] 2023-03-24 08:32:16 -04:00
common_cli.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
test_cli.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
test_cli.in lib: add ![...] syntax for easy "no" forms 2021-08-26 21:03:44 +02:00
test_cli.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_cli.refout.in Merge pull request #9497 from opensourcerouting/cli-better-no 2021-09-09 12:22:53 -04:00
test_commands.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
test_commands.in tests: reorganize tests hierarchically 2017-02-13 16:54:48 +01:00
test_commands.py *: reformat python files 2020-10-07 17:22:26 -04:00
test_commands.refout *: cleanup number-named access-lists in CLI 2021-10-08 19:25:41 +03:00