diff options
author | Lakshmipathi <lakshmipathi.g@gmail.com> | 2011-07-08 11:51:53 +0530 |
---|---|---|
committer | Lakshmipathi <lakshmipathi.g@gmail.com> | 2011-07-08 11:51:53 +0530 |
commit | b47528cc4bb7a308c74d4dae7c2adcf9f7392f4e (patch) | |
tree | 35742effa1325ea42a99492167d16e75feabd373 /community-scripts/rename/atomic/bug1034/gt.h | |
parent | bb2ca55002b8faac2b4687a97b611724081e601b (diff) |
Added community provided scripts for lock and rename
Diffstat (limited to 'community-scripts/rename/atomic/bug1034/gt.h')
-rw-r--r-- | community-scripts/rename/atomic/bug1034/gt.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community-scripts/rename/atomic/bug1034/gt.h b/community-scripts/rename/atomic/bug1034/gt.h new file mode 100644 index 0000000..da6a57c --- /dev/null +++ b/community-scripts/rename/atomic/bug1034/gt.h @@ -0,0 +1,12 @@ +#ifndef _BUG1034_TEST_ +#define _BUG1034_TEST_ + +// #define BASE_PATH "/common_mount_point/test_directory" +#define BASE_PATH "/sme_cluster/global/bug1034_test" + +#define CYCLE_TIME 5 +#define CYCLE_JITTER 5 + +#define SUBDIR_FILES 3 + +#endif /* ! _BUG1034_TEST_ */ |