From: radhika Date: Tue, 9 Dec 2003 19:39:56 +0000 (+0000) Subject: The newly added "jt_llog_check" function was not declared here. X-Git-Tag: 1.0.2~83 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=aa84ae1455d19b4320901f6a0878b9f6b18fce47;p=fs%2Flustre-release.git The newly added "jt_llog_check" function was not declared here. --- diff --git a/lustre/utils/obdctl.h b/lustre/utils/obdctl.h index 7a44add..b813795 100644 --- a/lustre/utils/obdctl.h +++ b/lustre/utils/obdctl.h @@ -84,6 +84,7 @@ int jt_llog_info(int argc, char **argv); int jt_llog_print(int argc, char **argv); int jt_llog_cancel(int argc, char **argv); int jt_llog_remove(int argc, char **argv); +int jt_llog_check(int argc, char **argv); int lcfg_ioctl(char * func, int dev_id, struct lustre_cfg *lcfg); int parse_devname(char *func, char *name);