src/dbfs/dbfs.c
changeset 29 5de62ca9a5aa
parent 28 e944453ca924
child 30 d8fabd347a8e
equal deleted inserted replaced
28:e944453ca924 29:5de62ca9a5aa
     1 
     1 
     2 #include <stdlib.h>
     2 #include <stdlib.h>
     3 
     3 
       
     4 #include "dbfs.h"
     4 #include "../dbfs.h"
     5 #include "../dbfs.h"
     5 #include "common.h"
     6 #include "../lib/log.h"
     6 #include "ops.h"
     7 #include "../lib/misc.h"
     7 
     8 
     8 static struct fuse_lowlevel_ops dbfs_llops = {
     9 static struct fuse_lowlevel_ops dbfs_llops = {
     9 
    10 
    10     .init           = dbfs_init,
    11     .init           = dbfs_init,
    11     .destroy        = dbfs_destroy,
    12     .destroy        = dbfs_destroy,