Whamcloud - gitweb
LUDOC-297 protocol: Update protocol document
[doc/protocol.git] / struct_llogd_body.txt
index e3beaed..361b413 100644 (file)
@@ -1,7 +1,6 @@
-LLOGD Body
-^^^^^^^^^^
+.LLOGD Body
 [[struct-llogd-body]]
-
+****
 [source,c]
 ----
 struct llogd_body {
@@ -14,9 +13,11 @@ struct llogd_body {
         __u64 lgd_cur_offset;
 };
 ----
+****
 
+.LLog LogID
 [[struct-llog-logid]]
-
+****
 [source,c]
 ----
 struct llog_logid {
@@ -24,6 +25,7 @@ struct llog_logid {
         __u32                   lgl_ogen;
 };
 ----
+****
 
 The 'llog_logid' structure is used to identify a single Lustre log file.
 It holds a <<struct-ost-id>> in 'lgl_oi', which is typically a FID.