From: wangdi Date: Thu, 9 Aug 2007 02:34:54 +0000 (+0000) Subject: Branch: b1_6 X-Git-Tag: v1_8_0_110~1365 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=06a2b9e9d1784591b87ac0f5a4f8e5ff18521036;p=fs%2Flustre-release.git Branch: b1_6 oops, forget a file in last commit b=10800 i=shadow i=green --- 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 */