]> git.proxmox.com Git - mirror_frr.git/commit
lib: Move zebra_size_t to zclient.h who should own it
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:05:01 +0000 (16:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:07:48 +0000 (16:07 -0400)
commit03edc41d517d8fcdb5d913a0b13d81798d555f52
tree3da68950f73c0bb44f71436e364b6c240b54f684
parent64cbb7c5b75636bf429bb23675b8e334cc8f432d
lib: Move zebra_size_t to zclient.h who should own it

The zebra_size_t type needs to be owned by zclient.h since
it is part of the zapi protocol.  Move it to where the
structure belongs.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zclient.h
lib/zebra.h