]> git.puffer.fish Git - mirror/frr.git/commit
lib: add short-circuit operation between same process
authorChristian Hopps <chopps@labn.net>
Sat, 6 May 2023 04:09:46 +0000 (00:09 -0400)
committerChristian Hopps <chopps@labn.net>
Sun, 28 May 2023 09:13:22 +0000 (05:13 -0400)
commit5f05ff582117c6c5f658ed31ff8f78a029c3fab1
treeaca94a3569ddc4cb73affb01b465f18069ff1421
parent08e8019c6545e21290dc84daecad4a4b338b156b
lib: add short-circuit operation between same process

- Use a socketpair for connection, and direct (no event loop)
message sending and handling.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/mgmt_be_client.c
lib/mgmt_fe_client.c
lib/mgmt_msg.c
lib/mgmt_msg.h
mgmtd/mgmt_be_adapter.c
mgmtd/mgmt_fe_adapter.c