projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ea8cf
)
forgot to revert some file locking bits
author
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 14 Sep 2005 14:26:06 +0000
(14:26 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 14 Sep 2005 14:26:06 +0000
(14:26 +0000)
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index aecd3d610b6c4e3d4cc39b8f95fe7830119b3295..1ffad93351d8377ca01b2f2d366064f7a9b65664 100644
(file)
--- a/
include/fuse_lowlevel.h
+++ b/
include/fuse_lowlevel.h
@@
-42,14
+42,6
@@
struct fuse_entry_param {
double entry_timeout;
};
-struct fuse_lock_param {
- int type;
- off_t start;
- off_t end;
- unsigned long long owner;
- pid_t pid;
-};
-
struct fuse_ctx {
/** User ID of the calling process */
uid_t uid;