Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / llog_origin_handle_next_block.txt
index 5cda363..8e4fe63 100644 (file)
@@ -2,17 +2,33 @@ RPC 502: LLOG ORIGIN HANDLE NEXT BLOCK - Read the next block
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [[llog-origin-handle-next-block-rpc]]
 
-.LLOG_ORIGIN_HANDLE_NEXT_BLOCK Generic Packet Structure
-image::llog-origin-handle-next-block-generic.png["LLOG_ORIGIN_HANDLE_NEXT_BLOCK Generic Packet Structure",height=100]
+Read information from a log object.
+
+.LLOG_ORIGIN_HANDLE_NEXT_BLOCK Request Packet Structure
+image::llog-origin-handle-next-block-request.png["LLOG_ORIGIN_HANDLE_NEXT_BLOCK Request Packet Structure",height=50]
 
 //////////////////////////////////////////////////////////////////////
-The llog-origin-handle-next-block-generic.png diagram resembles this
+The llog-origin-handle-next-block-request.png diagram resembles this
 text art:
 
        LLOG_ORIGIN_HANDLE_NEXT_BLOCK:
       --request-------------------
       | ptlrpc_body | llogd_body |
       ----------------------------
+//////////////////////////////////////////////////////////////////////
+
+'ptlrpc_body':: RPC descriptor. See <<struct-ptlrpc-body>>.
+
+'llogd_body':: See <<struct-llogd-body>>
+
+.LLOG_ORIGIN_HANDLE_NEXT_BLOCK Reply Packet Structure
+image::llog-origin-handle-next-block-reply.png["LLOG_ORIGIN_HANDLE_NEXT_BLOCK Reply Packet Structure",height=50]
+
+//////////////////////////////////////////////////////////////////////
+The llog-origin-handle-next-block-reply.png diagram resembles this
+text art:
+
+       LLOG_ORIGIN_HANDLE_NEXT_BLOCK:
       --reply------------------------------
       | ptlrpc_body | llogd_body | eadata |
       -------------------------------------