struct config_chansrv
{ /** sesman listening port */ char *listen_port;
/** Whether the FUSE mount is enabled or not */ int enable_fuse_mount;
/** Whether to use direct I/O to FUSE filesystems */ int fuse_direct_io;
/** RestrictOutboundClipboard setting from sesman.ini */ int restrict_outbound_clipboard; /** RestrictInboundClipboard setting from sesman.ini */ int restrict_inbound_clipboard;
/** * FuseMountName from sesman.ini */ char *fuse_mount_name; /** * FuseMountNameColonCharReplacement from sesman.ini */ char fuse_mount_name_colon_char_replacement; /** FileUmask from sesman.ini */
mode_t file_umask;
/** Whether to use nautilus3-compatible file lists for the clipboard */ int use_nautilus3_flist_format;
/** Whether to report max free space for the FUSE mountpoint */ int fuse_root_report_max_free;
/** Number of silent frames to send before SNDC_CLOSE is sent, setting from sesman.ini */ unsignedint num_silent_frames_aac; unsignedint num_silent_frames_mp3; /** Do net send sound data afer SNDC_CLOSE is sent. unit is millisecond, setting from sesman.ini */ unsignedint msec_do_not_send;
/** LogFilePath from sesman.ini ([ChansrvLogging]) */ char *log_file_path;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.