]> git.proxmox.com Git - mirror_frr.git/commit - lib/libfrr.c
lib: Separate out the debug_init api
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 25 May 2019 00:15:31 +0000 (20:15 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 28 May 2019 21:16:16 +0000 (17:16 -0400)
commitae0994f6eb301491aafb8fef8f1d8c6a9033fae9
tree406cc9c8c8e8ed320d1f7df3845e2194120004c3
parentf756a869aeefec55c31d54e1dff4b9c116532512
lib: Separate out the debug_init api

Separate out the debug_init api to have 2 functions:

1) Function to register a callback
2) Function to initiate the cli.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/debug.c
lib/debug.h
lib/libfrr.c
lib/northbound_cli.c