diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-13 11:37:15 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-13 11:37:15 -0700 |
| commit | 79159516d6c685949e5d6a3269f718d730a338cf (patch) | |
| tree | 13fd8e90ea89267044da49fdbbe2db45a56fc970 /lib/json.c | |
| parent | 1eab5b17bc6462ea9381a0fd32c0f0317fe51bd3 (diff) | |
lib: fix vty.c and smux.c static variable clash
Both vty.c and smux.c declare:
static struct thread_master *master
This is not a good thing because they are both linked into
the same library. If you want to pass different struct thread_master
pointers into smux.c and vty.c you will probably not get the result
you were looking for
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/json.c')
0 files changed, 0 insertions, 0 deletions
