Whamcloud - gitweb
Add in UUID fields.
authoradilger <adilger>
Tue, 23 Apr 2002 07:33:04 +0000 (07:33 +0000)
committeradilger <adilger>
Tue, 23 Apr 2002 07:33:04 +0000 (07:33 +0000)
lustre/include/linux/lustre_ha.h
lustre/include/linux/lustre_net.h

index f23d1a7..4701457 100644 (file)
@@ -30,6 +30,7 @@ struct connmgr_body {
         __u64 conn;
         __u64 conn_token;
         __u32 generation;
+        __u8  conn_uuid[37];
 };
 
 int connmgr_connect(struct recovd_obd *mgr, struct ptlrpc_connection *conn);
index 85bf1a7..e4c1b0c 100644 (file)
@@ -73,6 +73,8 @@
 struct ptlrpc_connection {
         struct list_head c_link;
         struct lustre_peer c_peer;
+        __u8 c_local_uuid[37];
+        __u8 c_remote_uuid[37];
 
         int c_level;
         __u32 c_generation;  /* changes upon new connection */