diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-14 23:00:27 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-14 23:00:27 +0000 |
commit | a148242fb80fa2127fdaf41de63e2d81dc8006ef (patch) | |
tree | 1eda064d419d5b9ef6d99819f7d272a073aa068f /lib/fuse_lowlevel_i.h | |
parent | 45c5db5475d2aa0a73675f3a5129523f82adfc18 (diff) | |
download | libfuse-a148242fb80fa2127fdaf41de63e2d81dc8006ef.tar.gz |
cleanup
Diffstat (limited to 'lib/fuse_lowlevel_i.h')
-rw-r--r-- | lib/fuse_lowlevel_i.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/fuse_lowlevel_i.h b/lib/fuse_lowlevel_i.h deleted file mode 100644 index eb612fc..0000000 --- a/lib/fuse_lowlevel_i.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - FUSE: Filesystem in Userspace - Copyright (C) 2001-2005 Miklos Szeredi <miklos@szeredi.hu> - - This program can be distributed under the terms of the GNU LGPL. - See the file COPYING.LIB. -*/ - -#include "fuse_lowlevel.h" -#include <pthread.h> - -struct fuse_ll { - unsigned int debug : 1; - unsigned int allow_root : 1; - int fd; - struct fuse_ll_operations op; - volatile int exited; - int got_init; - void *userdata; - int major; - int minor; - uid_t owner; - pthread_mutex_t worker_lock; - int numworker; - int numavail; -}; |