| 293 | "IO engine for disk data cache: libaio or psync", kCachingOptions, |
| 294 | false, false); |
| 295 | static bool validate_disk_data_cache_io_engine(const char *flagname, |
| 296 | const std::string &value) { |
| 297 | return value == "libaio" || value == "psync"; |
| 298 | } |
| 299 | DEFINE_validator(disk_data_cache_io_engine, |
| 300 | &validate_disk_data_cache_io_engine); |
| 301 |
nothing calls this directly
no outgoing calls
no test coverage detected