From 6cd39e7661229bb9991ed7ffeafa552d69e7ded8 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 23 Apr 2002 07:33:04 +0000 Subject: [PATCH] Add in UUID fields. --- lustre/include/linux/lustre_ha.h | 1 + lustre/include/linux/lustre_net.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lustre/include/linux/lustre_ha.h b/lustre/include/linux/lustre_ha.h index f23d1a7..4701457 100644 --- a/lustre/include/linux/lustre_ha.h +++ b/lustre/include/linux/lustre_ha.h @@ -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); diff --git a/lustre/include/linux/lustre_net.h b/lustre/include/linux/lustre_net.h index 85bf1a7..e4c1b0c 100644 --- a/lustre/include/linux/lustre_net.h +++ b/lustre/include/linux/lustre_net.h @@ -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 */ -- 1.8.3.1