Dan Kenigsberg has submitted this change and it was merged. Change subject: add server_once for CrabRPCServer ......................................................................
add server_once for CrabRPCServer server_once is convenient for integrating CrabRPCServer into the event loop of other program. example: I want to use CrabRPC in consoleServer, but console have loop in its code. It can join read side of pipe into select(). After select() return, we can call server_once() for processing rpc message. Change-Id: I7a24477d905c88ce174131cbd78b1cdd518c686d Signed-off-by: Xu He Jie <[email protected]> --- M vdsm/storage/remoteFileHandler.py 1 file changed, 20 insertions(+), 17 deletions(-) Approvals: Xu He Jie: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7452 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7a24477d905c88ce174131cbd78b1cdd518c686d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Xu He Jie <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Xu He Jie <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
