|
|
| version 1.26.2.3, 2015/06/24 22:44:24 | version 1.26.2.4, 2015/06/24 23:02:28 |
|---|---|
| Line 1478 rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv) | Line 1478 rpc_srv_endBLOBServer(rpc_srv_t * __restrict srv) |
| srv->srv_blob.kill = 1; | srv->srv_blob.kill = 1; |
| schedEnd(&srv->srv_blob.root); | schedEnd(&srv->srv_blob.root); |
| if (srv->srv_blob.server.cli_sa.sa.sa_family == AF_LOCAL) | |
| unlink(srv->srv_blob.server.cli_sa.sun.sun_path); | |
| } | } |
| /* | /* |
| Line 1700 rpc_srv_endServer(rpc_srv_t ** __restrict psrv) | Line 1703 rpc_srv_endServer(rpc_srv_t ** __restrict psrv) |
| sleep(RPC_SCHED_POLLING); | sleep(RPC_SCHED_POLLING); |
| schedEnd(&(*psrv)->srv_root); | schedEnd(&(*psrv)->srv_root); |
| if ((*psrv)->srv_server.cli_sa.sa.sa_family == AF_LOCAL) | |
| unlink((*psrv)->srv_server.cli_sa.sun.sun_path); | |
| pthread_mutex_destroy(&(*psrv)->srv_funcs.mtx); | pthread_mutex_destroy(&(*psrv)->srv_funcs.mtx); |
| e_free(*psrv); | e_free(*psrv); |