summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse_private.h
diff options
context:
space:
mode:
authorhelg <helg@cvs.openbsd.org>2017-11-26 15:17:18 +0000
committerhelg <helg@cvs.openbsd.org>2017-11-26 15:17:18 +0000
commit774383463aa329f7a7b96a032b1f387b30dff3a8 (patch)
treee0886bc80c244a7cd5cc74ea7fa2a6809966ed8e /lib/libfuse/fuse_private.h
parent643c30352c12555bb81d7200906aef2bb1c2ae38 (diff)
Add support for -f option to libfuse. This keeps the FUSE file system
running in the foreground. ok mpi@
Diffstat (limited to 'lib/libfuse/fuse_private.h')
-rw-r--r--lib/libfuse/fuse_private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libfuse/fuse_private.h b/lib/libfuse/fuse_private.h
index 51d8a4a2a86..7c538bfc8ba 100644
--- a/lib/libfuse/fuse_private.h
+++ b/lib/libfuse/fuse_private.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse_private.h,v 1.14 2016/09/07 17:53:35 natano Exp $ */
+/* $OpenBSD: fuse_private.h,v 1.15 2017/11/26 15:17:17 helg Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -74,7 +74,8 @@ struct fuse_config {
};
struct fuse_core_opt {
- char *mp;
+ char *mp;
+ int foreground;
};
struct fuse {