Whamcloud - gitweb
LUDOC-296 protocol: Reorganize the document ot be top-down
[doc/protocol.git] / data_types.txt
index 2d4471b..c959e52 100644 (file)
@@ -1,12 +1,9 @@
 Data Structures and Defines
----------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
 [[data-structs]]
 
 The following data types are used in the Lustre protocol description.
 
-Basic Data Types
-~~~~~~~~~~~~~~~~
-
 .Basic Data Types
 [options="header"]
 |=====
@@ -20,9 +17,6 @@ Basic Data Types
 |=====
 
 
-Other Data Types
-~~~~~~~~~~~~~~~~
-
 The following topics introduce the various kinds of data that are
 represented and manipulated in Lustre messages and representations of
 the shared state on clients and servers.
@@ -62,9 +56,6 @@ informs the client of the value in the 'pb_transno' field of the
 requests that do not modify the file system the 'pb_transno' field in
 the 'ptlrpc_body' is just set to 0.
 
-Miscellaneous Structured Data Types
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
 Extended Attributes
 ^^^^^^^^^^^^^^^^^^^
 
@@ -224,11 +215,3 @@ struct ost_id {
        } LUSTRE_ANONYMOUS_UNION_NAME;
 };
 ----
-
-include::mdt_structs.txt[]
-
-include::mds_reint_structs.txt[]
-
-include::ost_setattr_structs.txt[]
-
-include::statfs_structs.txt[]