RPC 501: LLOG ORIGIN HANDLE CREATE - Create llog handle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [[llog-origin-handle-create-rpc]] Open a log object. .LLOG_ORIGIN_HANDLE_CREATE Request Packet Structure image::llog-origin-handle-create-request.png["LLOG_ORIGIN_HANDLE_CREATE Request Packet Structure",height=50] ////////////////////////////////////////////////////////////////////// The llog-origin-handle-create-request.png diagram resembles this text art: LLOG_ORIGIN_HANDLE_CREATE: --request---------------------------- | ptlrpc_body | llogd_body | string | ------------------------------------- ////////////////////////////////////////////////////////////////////// 'ptlrpc_body':: RPC descriptor. See <>. include::struct_llogd_body.txt[] 'string':: The name of the log. .LLOG_ORIGIN_HANDLE_CREATE Reply Packet Structure image::llog-origin-handle-create-reply.png["LLOG_ORIGIN_HANDLE_CREATE Reply Packet Structure",height=50] ////////////////////////////////////////////////////////////////////// The llog-origin-handle-create-reply.png diagram resembles this text art: LLOG_ORIGIN_HANDLE_CREATE: --reply--------------------- | ptlrpc_body | llogd_body | ---------------------------- ////////////////////////////////////////////////////////////////////// 'ptlrpc_body':: RPC descriptor. See <>. 'llogd_body':: The 'llogd_body' structure. See <>.