core-agent-linux/appvm/dvm.h
2010-07-21 12:56:43 +02:00

7 lines
130 B
C

#define DBDIR "/home/user/.dvm"
struct dvm_header {
unsigned long long file_size;
char name[1024-sizeof(unsigned long long)];
};