aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/base/syn-write.h
blob: 07a6d5a015beac3cdce3fd8d05730884c383acc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef TESTS_FILESYS_BASE_SYN_WRITE_H
#define TESTS_FILESYS_BASE_SYN_WRITE_H

#define CHILD_CNT 10
#define CHUNK_SIZE 512
#define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
static const char file_name[] = "stuff";

#endif /* tests/filesys/base/syn-write.h */