CS318 - Pintos
Pintos source browser for JHU CS318 course
syn-write.h
Go to the documentation of this file.
1 #ifndef TESTS_FILESYS_BASE_SYN_WRITE_H
2 #define TESTS_FILESYS_BASE_SYN_WRITE_H
3 
4 #define CHILD_CNT 10
5 #define CHUNK_SIZE 512
6 #define BUF_SIZE (CHILD_CNT * CHUNK_SIZE)
7 static const char file_name[] = "stuff";
8 
9 #endif /**< tests/filesys/base/syn-write.h */
file_name
static const char file_name[]
tests/filesys/base/syn-write.h
Definition: syn-write.h:7