diff --git a/offload/test/libc/rpc_callback.cpp b/offload/test/libc/rpc_callback.cpp index 75a942385082..06a076569aca 100644 --- a/offload/test/libc/rpc_callback.cpp +++ b/offload/test/libc/rpc_callback.cpp @@ -132,7 +132,7 @@ int sum_array(const int *arr, int n) { //===------------------------------------------------------------------------=== template -rpc::Status handleOpcodesImpl(rpc::Server::Port &Port) { +rpc::RPCStatus handleOpcodesImpl(rpc::Server::Port &Port) { switch (Port.get_opcode()) { case FOO_OPCODE: rpc::invoke(Port, foo);