Fix compiler errors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef CONFIG_INCLUDED
|
||||
#define CONFIG_INCLUDED
|
||||
|
||||
#define MAX_SERVER_ADDRS 4
|
||||
#define MAX_CHUNK_SERVERS 128
|
||||
#define MAX_OPERATIONS 128
|
||||
#define MAX_REQUESTS_PER_QUEUE 128
|
||||
|
||||
#endif // CONFIG_INCLUDED
|
||||
Reference in New Issue
Block a user