Home
last modified time | relevance | path

Searched refs:old_shared_port (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_router.c856 nxt_port_t *reply_port, *shared_port, *old_shared_port; in nxt_router_app_restart_handler() local
914 old_shared_port = app->shared_port; in nxt_router_app_restart_handler()
915 old_shared_port->app = NULL; in nxt_router_app_restart_handler()
921 nxt_port_close(task, old_shared_port); in nxt_router_app_restart_handler()
922 nxt_port_use(task, old_shared_port, -1); in nxt_router_app_restart_handler()