Use new SPCI beta function identifiers.
Note that this commit doesn't move to the new style of return values yet,
nor does it follow all the semantics of the new version.
Bug: 132395846
Change-Id: I02f41f2b84cfd9babd37aa5e2aae875da85f949e
diff --git a/test/linux/hftest_socket.c b/test/linux/hftest_socket.c
index 0b69ea7..7a9d7f1 100644
--- a/test/linux/hftest_socket.c
+++ b/test/linux/hftest_socket.c
@@ -83,7 +83,7 @@
struct spci_message *recv_buf = (struct spci_message *)recv;
/* Receive the packet. */
- spci_msg_recv(SPCI_MSG_RECV_BLOCK);
+ spci_msg_wait();
EXPECT_LE(recv_buf->length, SPCI_MSG_PAYLOAD_MAX);
/* Echo the message back to the sender. */