17776ff225581d27fd0935d7b9bfc919b0c10c60
[pintos-anon] / grading / filesys / syn-write.h
1 #define CHILD_CNT 10
2 #define CHUNK_SIZE 512
3 #define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
4 static const char filename[] = "stuff";