From bfe20adc40814beb0b44e2c214effdb1eda69168 Mon Sep 17 00:00:00 2001 From: Phil Carns Date: Wed, 8 Feb 2017 20:38:36 -0500 Subject: [PATCH] convert HG_Respond() to margo_respond() --- tests/my-rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/my-rpc.c b/tests/my-rpc.c index f394c81..72982e8 100644 --- a/tests/my-rpc.c +++ b/tests/my-rpc.c @@ -74,7 +74,7 @@ static void my_rpc_ult(hg_handle_t handle) abt_io_close(aid, fd); #endif - hret = HG_Respond(handle, NULL, NULL, &out); + hret = margo_respond(mid, handle, &out); assert(hret == HG_SUCCESS); HG_Bulk_free(bulk_handle); -- 2.26.2