Chapter Previous Next

struct sfs_file

Opened encrypted file
char dir [ SFS_MAX_PATH ];
int fd;
char key [ SFS_MAX_KEY ];
char name [ SFS_MAX_PATH ];
pid_t pid;
off_t size;

#include "sfs.h"