Whamcloud - gitweb
LUDOC-296 protocol: Reorganize the document ot be top-down
[doc/protocol.git] / lustre_handle.txt
1 Lustre Handle
2 ^^^^^^^^^^^^^
3 [[struct-lustre-handle]]
4
5 A Lustre handle is an opaque cookie that identifies some local object
6 (e.g. connection, open file, DLM lock, etc) to another node or another
7 layer in the software stack.
8
9 ----
10 struct lustre_handle {
11         __u64 cookie;
12 };
13 ----
14