Get the total number of server per machine
()
| 322 | |
| 323 | |
| 324 | def get_num_server_per_machine(): |
| 325 | """Get the total number of server per machine""" |
| 326 | return _CAPI_DGLRPCGetNumServerPerMachine() |
| 327 | |
| 328 | |
| 329 | def incr_msg_seq(): |
no outgoing calls
no test coverage detected