Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / llog_origin_handle_read_header.txt
1 RPC 503: LLOG ORIGIN HANDLE READ HEADER - Read handle header
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 [[llog-origin-handle-read-header-rpc]]
4
5 Read the header for a log object.
6
7 .LLOG_ORIGIN_HANDLE_READ_HEADER Request Packet Structure
8 image::llog-origin-handle-read-header-request.png["LLOG_ORIGIN_HANDLE_READ_HEADER Request Packet Structure",height=50]
9
10 //////////////////////////////////////////////////////////////////////
11 The llog-origin-handle-read-header-request.png diagram resembles this
12 text art:
13
14        LLOG_ORIGIN_HANDLE_READ_HEADER:
15       --request-------------------
16       | ptlrpc_body | llogd_body |
17       ----------------------------
18 //////////////////////////////////////////////////////////////////////
19
20 'ptlrpc_body':: RPC descriptor. See <<struct-ptlrpc-body>>.
21
22 'llogd_body':: See <<struct-llogd-body>>
23
24 .LLOG_ORIGIN_HANDLE_READ_HEADER Reply Packet Structure
25 image::llog-origin-handle-read-header-reply.png["LLOG_ORIGIN_HANDLE_READ_HEADER Reply Packet Structure",height=50]
26
27 //////////////////////////////////////////////////////////////////////
28 The llog-origin-handle-read-header-reply.png diagram resembles this
29 text art:
30
31        LLOG_ORIGIN_HANDLE_READ_HEADER:
32       --reply--------------------------
33       | ptlrpc_body | llog_log_header |
34       ---------------------------------
35 //////////////////////////////////////////////////////////////////////
36
37 'ptlrpc_body':: RPC descriptor. See <<struct-ptlrpc-body>>.
38
39 'llogd_body':: See <<struct-llogd-body>>
40
41 include::struct_llog_log_hdr.txt[]
42