Whamcloud - gitweb
- More changes in the connection handle stuff. We are back to where
[fs/lustre-release.git] / lustre / include / linux / lustre_idl.h
index 9b096a3..ca6c12b 100644 (file)
@@ -52,8 +52,9 @@ struct lustre_handle {
 };
 
 struct lustre_msg {
-        __u64 conn;  /* pointer to ptlrpc_connection */
-        __u64 token; /* security token */
+        __u64 addr;
+        __u64 cookie; /* security token */
+        __u64 conn2; /* pointer to ptlrpc_connection: should go */
 
         __u64 last_rcvd;
         __u64 last_committed;