return -EOPNOTSUPP;
}
+int block_device_get_metrics(const string& devname, int timeout,
+ json_spirit::mValue *result)
+{
+ // FIXME: implement me for freebsd
+ return -EOPNOTSUPP;
+}
+
int block_device_run_nvme(const char *device, const char *vendor, int timeout,
std::string *result)
{
return -EOPNOTSUPP;
}
+int block_device_get_metrics(const string& devname, int timeout,
+ json_spirit::mValue *result)
+{
+ return -EOPNOTSUPP;
+}
+
int block_device_run_nvme(const char *device, const char *vendor, int timeout,
std::string *result)
{