diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-23 16:58:14 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-29 19:06:16 +0000 |
| commit | f2efe6a3ebfd77524d47b592152199c5da922c13 (patch) | |
| tree | 66413daf84bd6cdbffad632c7a4e8beeaf31463b /zebra/zebra_pw.c | |
| parent | 52f6868dd4605ded4f31822c330865c25d478be2 (diff) | |
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>
Diffstat (limited to 'zebra/zebra_pw.c')
0 files changed, 0 insertions, 0 deletions
