From aa84ae1455d19b4320901f6a0878b9f6b18fce47 Mon Sep 17 00:00:00 2001 From: radhika Date: Tue, 9 Dec 2003 19:39:56 +0000 Subject: [PATCH] The newly added "jt_llog_check" function was not declared here. --- lustre/utils/obdctl.h | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1