'\" t .\" Title: enum mpath_info_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM MPATH_INFO_FLAG" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_mpath_info_flags \- mesh path information flags .SH "SYNOPSIS" .sp .nf enum mpath_info_flags { MPATH_INFO_FRAME_QLEN, MPATH_INFO_SN, MPATH_INFO_METRIC, MPATH_INFO_EXPTIME, MPATH_INFO_DISCOVERY_TIMEOUT, MPATH_INFO_DISCOVERY_RETRIES, MPATH_INFO_FLAGS }; .fi .SH "CONSTANTS" .PP MPATH_INFO_FRAME_QLEN .RS 4 \fIframe_qlen\fR filled .RE .PP MPATH_INFO_SN .RS 4 \fIsn\fR filled .RE .PP MPATH_INFO_METRIC .RS 4 \fImetric\fR filled .RE .PP MPATH_INFO_EXPTIME .RS 4 \fIexptime\fR filled .RE .PP MPATH_INFO_DISCOVERY_TIMEOUT .RS 4 \fIdiscovery_timeout\fR filled .RE .PP MPATH_INFO_DISCOVERY_RETRIES .RS 4 \fIdiscovery_retries\fR filled .RE .PP MPATH_INFO_FLAGS .RS 4 \fIflags\fR filled .RE .SH "DESCRIPTION" .PP .PP Used by the driver to indicate which info in struct mpath_info it has filled in during \fBget_station\fR or \fBdump_station\fR\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br