summaryrefslogtreecommitdiffstats
path: root/src/vnet/session/application_worker.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-09session: refactor listen logicFlorin Coras1-33/+81
Make app-listener the handle for app listens. Consequently transport and local listen sessions are now associated to the app-listener. Change-Id: I9397a26d42cccb100970b6b4794c15bac2e11465 Signed-off-by: Florin Coras <fcoras@cisco.com>
2019-02-05session: cleanup part 2Florin Coras1-0/+1116
Move app worker logic to app_worker.c Change-Id: Ic5e5735b2884f006c064d023f491aa6888114810 Signed-off-by: Florin Coras <fcoras@cisco.com>