Use the values in this module for command line options.
Enumerations | |
enum | driver_idx { SEC2_VFD_IDX = 0 , DIRECT_VFD_IDX , LOG_VFD_IDX , WINDOWS_VFD_IDX , STDIO_VFD_IDX , CORE_VFD_IDX , FAMILY_VFD_IDX , SPLIT_VFD_IDX , MULTI_VFD_IDX , MPIO_VFD_IDX , MIRROR_VFD_IDX , SPLITTER_VFD_IDX , ROS3_VFD_IDX , HDFS_VFD_IDX , SUBFILING_VFD_IDX , ONION_VFD_IDX } |
Variables | |
const char * | drivernames [] |
enum driver_idx |
This enum should match the entries in the 'drivernames' array since they are indices into that array.
const char* drivernames[] |
Names of VFDs. These names are always available so that the tools can emit special messages when a VFD is asked for by name but is not compiled into the library or is somehow otherwise not enabled.