From 1549ebcc5df8825f6294d5625d6b2dffc807809f Mon Sep 17 00:00:00 2001 From: erubow Date: Mon, 19 Mar 2007 17:57:05 +0000 Subject: [PATCH] Updated error in TRANS_REQUEST: headers of read objects must be sent, not just the oids. --- Robust/src/Runtime/DSTM/docs/messages | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Robust/src/Runtime/DSTM/docs/messages b/Robust/src/Runtime/DSTM/docs/messages index b27bceb7..1b106ed9 100644 --- a/Robust/src/Runtime/DSTM/docs/messages +++ b/Robust/src/Runtime/DSTM/docs/messages @@ -1,19 +1,19 @@ -control = 1 byte, number = 2 bytes +control = 1 byte, number of objects = 2 bytes Client messages: OBJECT_FOUND - control, object >OBJECT_NOT_FOUND - control ->OBJECTS_FOUND - control, number, objects ->OBJECTS_NOT_FOUND - control, number, oids +>OBJECTS_FOUND - control, number of objects, objects +>OBJECTS_NOT_FOUND - control, number of objects, oids >TRANS_AGREE - control >TRANS_DISAGREE - control >TRANS_SUCCESSFUL - control -- 2.34.1