summaryrefslogblamecommitdiffstats
path: root/src/server/globals.c
blob: bfc682be687db7c24d6c4b91023d760c46ecec6f (plain) (tree)
1
2
3
4
5
6
7
                    
                     
                   


                            
                  
#include "globals.h"
#include "../types.h"
#include <stddef.h>

char *_basePath = NULL;
int _vmdkLegacyMode = FALSE;
int _shutdown = 0;