From: uid723 Date: Wed, 16 Jun 2004 07:24:02 +0000 (+0000) Subject: b=1742 X-Git-Tag: 1.3.4~737 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f6bf43bd27719ab1e7d9348bf86a4bd320ae1d1d;p=fs%2Flustre-release.git b=1742 - landed on HEAD --- diff --git a/lustre/include/linux/lustre_import.h b/lustre/include/linux/lustre_import.h index 751e349..4cc6314 100644 --- a/lustre/include/linux/lustre_import.h +++ b/lustre/include/linux/lustre_import.h @@ -84,7 +84,7 @@ struct obd_import { int imp_invalid:1, imp_replayable:1, imp_dlm_fake:1, imp_server_timeout:1, imp_initial_recov:1, imp_force_verify:1, - imp_pingable:1; + imp_pingable:1, imp_resend_replay:1; __u32 imp_connect_op; };