Whamcloud - gitweb
land b_eq on HEAD
[fs/lustre-release.git] / lustre / liblustre / tests / test_common.h
similarity index 91%
rename from lustre/liblustre/test_common.h
rename to lustre/liblustre/tests/test_common.h
index af638f2..9d537cc 100644 (file)
@@ -3,6 +3,7 @@
 
 #define ENV_LUSTRE_MNTPNT               "LIBLUSTRE_MOUNT_POINT"
 #define ENV_LUSTRE_MNTTGT               "LIBLUSTRE_MOUNT_TARGET"
+#define ENV_LUSTRE_TIMEOUT              "LIBLUSTRE_TIMEOUT"
 #define ENV_LUSTRE_DUMPFILE             "LIBLUSTRE_DUMPFILE"
 
 extern int exit_on_err;
@@ -24,8 +25,8 @@ void t_close(int fd);
 int t_check_stat(const char *name, struct stat *buf);
 int t_check_stat_fail(const char *name);
 void t_echo_create(const char *path, const char *str);
-//int t_pread_once(const char *path, char *buf, size_t size, off_t offset);
 void t_grep(const char *path, char *str);
 void t_grep_v(const char *path, char *str);
+void t_ls(int fd, char *buf, int size);
 
 #endif