aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_versionscript
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2019-09-10 12:36:56 +0200
committerNikolaus Rath <Nikolaus@rath.org>2019-09-10 14:25:15 +0100
commitd368dad2c8d34bc37d76ef36f79a463c12f933ff (patch)
tree40e5f938ccbf74be12e766047ae07862182e654f /lib/fuse_versionscript
parent7c1e09dbc2e4215969425e50ec03889d19a926d4 (diff)
downloadlibfuse-d368dad2c8d34bc37d76ef36f79a463c12f933ff.tar.gz
log: move fuse_log() to the public header file
Applications may wish to call fuse_log() for unified logging. This way they don't need to define their own wrappers to invoke the log message handler function installed by fuse_set_log_func(). Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r--lib/fuse_versionscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index 00f955d..11ef1f7 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -159,6 +159,12 @@ FUSE_3.4 {
fuse_reply_copy_file_range;
} FUSE_3.3;
+FUSE_3.7 {
+ global:
+ fuse_set_log_func;
+ fuse_log;
+} FUSE_3.3;
+
# Local Variables:
# indent-tabs-mode: t
# End: