Whamcloud - gitweb
LUDOC-276 protocol: Document RPCs for setattr
[doc/protocol.git] / lustre_handle.txt
diff --git a/lustre_handle.txt b/lustre_handle.txt
new file mode 100644 (file)
index 0000000..996121a
--- /dev/null
@@ -0,0 +1,14 @@
+Lustre Handle
+^^^^^^^^^^^^^
+[[struct-lustre-handle]]
+
+A Lustre handle is an opaque cookie that identifies some local object
+(e.g. connection, open file, DLM lock, etc) to another node or another
+layer in the software stack.
+
+----
+struct lustre_handle {
+        __u64 cookie;
+};
+----
+