From 6a931a1185aa8170636b8f55c38ad91af6f897f6 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Thu, 18 Dec 2014 12:31:18 +0100 Subject: KIRO Server can now issue a client reallocation command --- src/kiro-rdma.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/kiro-rdma.h') diff --git a/src/kiro-rdma.h b/src/kiro-rdma.h index 5b4895f..6baa017 100644 --- a/src/kiro-rdma.h +++ b/src/kiro-rdma.h @@ -56,7 +56,8 @@ struct kiro_ctrl_msg { KIRO_ACK_RDMA, // acknowledge RDMA Request and provide Memory Region Information KIRO_REJ_RDMA, // RDMA Request rejected :( (peer_mri will be invalid) KIRO_PING, // PING Message - KIRO_PONG // PONG Message (PING reply) + KIRO_PONG, // PONG Message (PING reply) + KIRO_REALLOC // Used by the server to notify the client about a new peer_mri } msg_type; struct ibv_mr peer_mri; -- cgit v1.2.3