|
|
| version 1.1.2.1, 2016/08/02 15:17:48 | version 1.2.4.1, 2024/03/20 17:10:50 |
|---|---|
| Line 153 int main(int argc, char **argv) | Line 153 int main(int argc, char **argv) |
| mpool_dump(NULL, NULL); | mpool_dump(NULL, NULL); |
| rpc_srv_execBLOBServer(srv); | rpc_srv_execBLOBServer(srv); |
| rpc_srv_DispatchSignal(srv, 42); | |
| rpc_srv_loopServer(srv); | rpc_srv_loopServer(srv); |
| rpc_srv_DispatchSignal(srv, 0); | |
| rpc_srv_endBLOBServer(srv); | rpc_srv_endBLOBServer(srv); |
| rpc_srv_endServer(&srv); | rpc_srv_endServer(&srv); |