summaryrefslogblamecommitdiffstats
path: root/src/server/globals.h
blob: ccdaa01b628f06328bf6a00825406e9c1e7fdf58 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                   
#ifndef _GLOBALS_H_
#define _GLOBALS_H_

/**
 * Base directory where all images are stored in. Will always have a trailing slash
 */
extern char *_basePath;

/**
 * Whether or not simple *.vmdk files should be treated as revision 1
 */
extern int _vmdkLegacyMode;

#endif /* GLOBALS_H_ */