diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-06-26 10:25:54 +0100 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-01-23 16:41:37 +0000 |
commit | f185621d41f03a23b55795b89e6584253fa23505 (patch) | |
tree | fcd1563f617e663282d2cc3b76eee14b4f53debd /tools/virtiofsd/fuse_lowlevel.h | |
parent | 3db2876a0153ac7103c077c53090e020faffb3ea (diff) |
virtiofsd: add --syslog command-line option
Sometimes collecting output from stderr is inconvenient or does not fit
within the overall logging architecture. Add syslog(3) support for
cases where stderr cannot be used.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
dgilbert: Reworked as a logging function
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tools/virtiofsd/fuse_lowlevel.h')
-rw-r--r-- | tools/virtiofsd/fuse_lowlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtiofsd/fuse_lowlevel.h b/tools/virtiofsd/fuse_lowlevel.h index 0d61df8110..f2750bc189 100644 --- a/tools/virtiofsd/fuse_lowlevel.h +++ b/tools/virtiofsd/fuse_lowlevel.h @@ -1795,6 +1795,7 @@ struct fuse_cmdline_opts { int show_version; int show_help; int print_capabilities; + int syslog; unsigned int max_idle_threads; }; |