From 934a74aa3bb20169ba4b01885dbcdc756a2ba2e6 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 3 Sep 2008 09:01:05 +0000 Subject: [PATCH] Branch b1_8_gate b=16771 i=adilger, johann Swab cfg_marker along with lcfg. --- lustre/include/lustre/lustre_idl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index a1ee0af..7864acf 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -1711,6 +1711,8 @@ struct cfg_marker { char cm_comment[MTI_NAME_MAXLEN]; }; +extern void lustre_swab_cfg_marker(struct cfg_marker *marker); + /* * Opcodes for multiple servers. */ -- 1.8.3.1