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


                 
                 




                              
#ifndef CONFIG_H_
#define CONFIG_H_

#define PORT 5003

#define KERNEL_SECTOR_SIZE 512
#define DNBD3_BLOCK_SIZE 4096

#endif /* CONFIG_H_ */