add some comments, prune some code, fix some (of the) bugs
committer: Tero Marttila <terom@fixme.fi>
#ifndef STATIC_STRUCT_H#define STATIC_STRUCT_Hstruct static_file { // the file descriptor int fh; // the size of the file in bytes off_t size; // the mmap address void *mmap_addr;};#endif /* STATIC_STRUCT_H */