]> git.puffer.fish Git - mirror/frr.git/commit
lib: create a wrapper function for all northbound callbacks
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 22 Apr 2020 00:27:47 +0000 (21:27 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 23 Apr 2020 04:21:46 +0000 (01:21 -0300)
commit97cd849362b45ecbcb20194b5771c5ce777de6bc
tree0910d91bd0d818f78b5d255f76083a0747d22078
parent86ac1facf38df2006ab73f30eae0301057fbcade
lib: create a wrapper function for all northbound callbacks

The intention here is to keep the code more organized. These wrappers
should be used by the northbound clients only, and never directly
by any YANG backend code.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/northbound.c
lib/northbound_grpc.cpp