From 06a2b9e9d1784591b87ac0f5a4f8e5ff18521036 Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 9 Aug 2007 02:34:54 +0000 Subject: [PATCH] Branch: b1_6 oops, forget a file in last commit b=10800 i=shadow i=green --- lustre/include/lustre_commit_confd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_commit_confd.h b/lustre/include/lustre_commit_confd.h index 1804615..87e8c91 100644 --- a/lustre/include/lustre_commit_confd.h +++ b/lustre/include/lustre_commit_confd.h @@ -48,6 +48,7 @@ struct llog_commit_daemon { struct list_head lcd_lcm_list; /* list of daemon threads */ struct list_head lcd_llcd_list; /* list of pending RPCs */ struct llog_commit_master *lcd_lcm; /* pointer back to parent */ + int lcd_index; /* the index of the llog daemon */ }; /* ptlrpc/recov_thread.c */ -- 1.8.3.1