stat: report clat stats on a per priority granularity
[fio.git] / engines / http.c
index 275fcab561048f9e81908863cbda3366c28b73b1..35c44871da636b79f77545c078ff5ca3da1a8d8f 100644 (file)
@@ -297,10 +297,9 @@ static int _curl_trace(CURL *handle, curl_infotype type,
        switch (type) {
        case CURLINFO_TEXT:
                fprintf(stderr, "== Info: %s", data);
-               /* fall through */
+               fallthrough;
        default:
        case CURLINFO_SSL_DATA_OUT:
-               /* fall through */
        case CURLINFO_SSL_DATA_IN:
                return 0;
 
@@ -639,7 +638,7 @@ static int fio_http_invalidate(struct thread_data *td, struct fio_file *f)
        return 0;
 }
 
-static struct ioengine_ops ioengine = {
+FIO_STATIC struct ioengine_ops ioengine = {
        .name = "http",
        .version                = FIO_IOOPS_VERSION,
        .flags                  = FIO_DISKLESSIO | FIO_SYNCIO,