CS318 - Pintos
Pintos source browser for JHU CS318 course
src
tests
filesys
extended
syn-rw.h
Go to the documentation of this file.
1
#ifndef TESTS_FILESYS_EXTENDED_SYN_RW_H
2
#define TESTS_FILESYS_EXTENDED_SYN_RW_H
3
4
#define CHUNK_SIZE 8
5
#define CHUNK_CNT 512
6
#define BUF_SIZE (CHUNK_SIZE * CHUNK_CNT)
7
static
const
char
file_name
[] =
"logfile"
;
8
9
#endif
/**< tests/filesys/extended/syn-rw.h */
file_name
static const char file_name[]
tests/filesys/extended/syn-rw.h
Definition:
syn-rw.h:7
Generated on Thu Aug 22 2019 10:19:15 for CS318 - Pintos by
1.8.16