commit | 7125293d65d73a451ec203c8c1630c236171f5a3 | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Thu Sep 24 09:25:19 2015 -0400 |
committer | Paul Jakma <paul@quagga.net> | Tue Oct 27 10:53:21 2015 +0000 |
tree | f9d118c9a8f8374d69fb9c75c87531a2ca478fb2 | |
parent | fd1c1a133af47ae5533a5ed41b73ff62e7aa1058 [diff] |
lib: zclient.c remove extern struct thread_master * zclient.c depended upon link time inclusion of a extern struct thread_master *master. This is a violation of the namespace of the calling daemon. If a library needs the pointer pass it in and save it for future use. This code change also makes the zclient code consistent with the other lib functions that need to schedule work on your behalf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>