]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: reorganize zserv.c by pthread affinity
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 23 Apr 2018 20:58:14 +0000 (16:58 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 29 May 2018 19:06:16 +0000 (19:06 +0000)
commitf2efe6a3ebfd77524d47b592152199c5da922c13
tree66413daf84bd6cdbffad632c7a4e8beeaf31463b
parent52f6868dd4605ded4f31822c330865c25d478be2
zebra: reorganize zserv.c by pthread affinity

Since it is already quite difficult to understand the various pieces
going on here, I reorganized the file to make it much cleaner and easier
to understand. The organization is now:

zserv.c:
 ,---------------------------------.
/ include statements               |
| ...                              |
| ...                              |
| -------------------------------- |
| Client pthread server functions  |
| ...                              |
| ...                              |
| -------------------------------- |
| Main pthread server functions    |
| ...                              |
| ...                              |
| -------------------------------- |
| CLI commands, other              |
| ...                              |
| ...                              |
\_________________________________/

No code has been changed; the functions have merely been moved around.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zserv.c