]> git.proxmox.com Git - mirror_frr.git/commit
*: Convert struct thread_master to struct event_master and it's ilk
authorDonald Sharp <sharpd@nvidia.com>
Sun, 11 Dec 2022 16:20:40 +0000 (11:20 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 24 Mar 2023 12:32:17 +0000 (08:32 -0400)
commit2453d15dbf7fff2d897c2182886486732be8ac35
tree7a054859acf25689f67d5df7aa9d50b20bca4b62
parent5f6eaa9b9668f3f09fbf6b1dc4e0645e07f641c9
*: Convert struct thread_master to struct event_master and it's ilk

Convert the `struct thread_master` to `struct event_master`
across the code base.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
197 files changed:
babeld/babel_main.c
babeld/babel_main.h
bfdd/bfd.h
bfdd/bfdd.c
bgpd/bgp_bfd.c
bgpd/bgp_bfd.h
bgpd/bgp_bmp.c
bgpd/bgp_labelpool.c
bgpd/bgp_labelpool.h
bgpd/bgp_rpki.c
bgpd/bgp_snmp.c
bgpd/bgp_snmp_bgp4.c
bgpd/bgp_snmp_bgp4.h
bgpd/bgp_snmp_bgp4v2.c
bgpd/bgp_snmp_bgp4v2.h
bgpd/bgp_zebra.c
bgpd/bgp_zebra.h
bgpd/bgpd.c
bgpd/bgpd.h
bgpd/rfapi/rfapi.h
bgpd/rfapi/rfapi_backend.h
bgpd/rfapi/vnc_zebra.c
bgpd/rfp-example/librfp/rfp_example.c
doc/developer/modules.rst
doc/developer/process-architecture.rst
eigrpd/eigrp_main.c
eigrpd/eigrp_zebra.c
eigrpd/eigrpd.h
isisd/isis_bfd.c
isisd/isis_bfd.h
isisd/isis_main.c
isisd/isis_snmp.c
isisd/isis_zebra.c
isisd/isis_zebra.h
isisd/isisd.c
isisd/isisd.h
ldpd/ldp_snmp.c
ldpd/ldp_zebra.c
ldpd/ldpd.c
ldpd/ldpd.h
lib/agentx.c
lib/bfd.c
lib/bfd.h
lib/event.c
lib/event.h
lib/frr_pthread.h
lib/frr_zmq.c
lib/frr_zmq.h
lib/grammar_sandbox_main.c
lib/libfrr.c
lib/libfrr.h
lib/libfrr_trace.h
lib/mgmt_be_client.c
lib/mgmt_be_client.h
lib/mgmt_fe_client.c
lib/mgmt_fe_client.h
lib/northbound.c
lib/northbound.h
lib/northbound_cli.c
lib/northbound_cli.h
lib/northbound_confd.c
lib/northbound_grpc.cpp
lib/northbound_sysrepo.c
lib/pullwr.c
lib/pullwr.h
lib/resolver.c
lib/resolver.h
lib/sigevent.c
lib/sigevent.h
lib/smux.h
lib/spf_backoff.c
lib/spf_backoff.h
lib/systemd.c
lib/systemd.h
lib/vty.c
lib/vty.h
lib/wheel.c
lib/wheel.h
lib/workqueue.c
lib/workqueue.h
lib/zclient.c
lib/zclient.h
lib/zlog_5424.h
lib/zlog_5424_cli.c
mgmtd/mgmt.c
mgmtd/mgmt.h
mgmtd/mgmt_be_adapter.c
mgmtd/mgmt_be_adapter.h
mgmtd/mgmt_be_server.c
mgmtd/mgmt_be_server.h
mgmtd/mgmt_fe_adapter.c
mgmtd/mgmt_fe_adapter.h
mgmtd/mgmt_fe_server.c
mgmtd/mgmt_fe_server.h
mgmtd/mgmt_txn.c
mgmtd/mgmt_txn.h
nhrpd/nhrp_main.c
nhrpd/nhrpd.h
ospf6d/ospf6_main.c
ospf6d/ospf6_snmp.c
ospf6d/ospf6_top.c
ospf6d/ospf6_top.h
ospf6d/ospf6_zebra.c
ospf6d/ospf6_zebra.h
ospf6d/ospf6d.c
ospf6d/ospf6d.h
ospfclient/ospfclient.c
ospfd/ospf_apiserver.c
ospfd/ospf_bfd.c
ospfd/ospf_bfd.h
ospfd/ospf_main.c
ospfd/ospf_snmp.c
ospfd/ospf_zebra.c
ospfd/ospf_zebra.h
ospfd/ospfd.c
ospfd/ospfd.h
pathd/path_main.c
pathd/path_pcep.c
pathd/path_pcep.h
pathd/path_pcep_controller.c
pathd/path_pcep_controller.h
pathd/path_ted.c
pathd/path_ted.h
pathd/path_zebra.c
pathd/path_zebra.h
pathd/pathd.h
pbrd/pbr_main.c
pbrd/pbr_zebra.h
pimd/pim_instance.h
pimd/pim_msdp.c
pimd/pim_msdp.h
ripd/rip_main.c
ripd/rip_snmp.c
ripd/rip_zebra.c
ripd/ripd.h
ripngd/ripng_main.c
ripngd/ripng_zebra.c
ripngd/ripngd.h
sharpd/sharp_logpump.c
sharpd/sharp_main.c
sharpd/sharp_zebra.c
staticd/static_bfd.c
staticd/static_main.c
staticd/static_routes.h
staticd/static_zebra.h
tests/bgpd/test_aspath.c
tests/bgpd/test_capability.c
tests/bgpd/test_ecommunity.c
tests/bgpd/test_mp_attr.c
tests/bgpd/test_mpath.c
tests/bgpd/test_packet.c
tests/bgpd/test_peer_attr.c
tests/helpers/c/main.c
tests/isisd/test_common.c
tests/isisd/test_common.h
tests/lib/cli/common_cli.c
tests/lib/cli/common_cli.h
tests/lib/cli/test_commands.c
tests/lib/northbound/test_oper_data.c
tests/lib/test_assert.c
tests/lib/test_buffer.c
tests/lib/test_checksum.c
tests/lib/test_grpc.cpp
tests/lib/test_heavy_thread.c
tests/lib/test_heavy_wq.c
tests/lib/test_memory.c
tests/lib/test_nexthop_iter.c
tests/lib/test_privs.c
tests/lib/test_resolver.c
tests/lib/test_segv.c
tests/lib/test_sig.c
tests/lib/test_srcdest_table.c
tests/lib/test_stream.c
tests/lib/test_table.c
tests/lib/test_timer_correctness.c
tests/lib/test_timer_performance.c
tests/lib/test_zmq.c
tests/ospfd/common.c
tests/ospfd/common.h
vrrpd/vrrp.h
vrrpd/vrrp_main.c
vtysh/vtysh.h
vtysh/vtysh_main.c
watchfrr/watchfrr.c
zebra/dpdk/zebra_dplane_dpdk.c
zebra/dplane_fpm_nl.c
zebra/irdp_main.c
zebra/kernel_netlink.c
zebra/main.c
zebra/sample_plugin.c
zebra/zebra_dplane.c
zebra/zebra_dplane.h
zebra/zebra_fpm.c
zebra/zebra_mlag_private.c
zebra/zebra_opaque.c
zebra/zebra_router.h
zebra/zebra_snmp.c