summaryrefslogblamecommitdiffstats
path: root/src/config.h
blob: ec41da2586678b90043dee6a06c9cae5c55ed7f1 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                        
#ifndef CONFIG_H_
#define CONFIG_H_

#define PORT 5003 // TODO: make obsolete

#define KERNEL_SECTOR_SIZE 512
#define DNBD3_BLOCK_SIZE 4096

#endif /* CONFIG_H_ */