Whamcloud - gitweb
Branch: b1_6
authorwangdi <wangdi>
Thu, 9 Aug 2007 02:34:54 +0000 (02:34 +0000)
committerwangdi <wangdi>
Thu, 9 Aug 2007 02:34:54 +0000 (02:34 +0000)
oops, forget a file in last commit
b=10800
i=shadow
i=green

lustre/include/lustre_commit_confd.h

index 1804615..87e8c91 100644 (file)
@@ -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 */