Added in -Q / --active-queue-depth option
[blktrace.git] / btt / devs.c
index 3cf7a6c480f0eeb5ac4a3ce652a342f6ccddbb10..2127cde2eddd969ec690c77c65a1bc050c3c80de 100644 (file)
@@ -120,6 +120,7 @@ struct d_info *dip_add(__u32 device, struct io *iop)
                dip->unplug_hist_handle = unplug_hist_init(device);
                dip->seek_handle = seeki_init(mkhandle(str, device, "_d2d"));
                dip->q2q_handle = seeki_init(mkhandle(str, device, "_q2q"));
+               dip->aqd_handle = aqd_init(mkhandle(str, device, "_aqd"));
                latency_init(dip);
                list_add_tail(&dip->hash_head, &dev_heads[DEV_HASH(device)]);
                list_add_tail(&dip->all_head, &all_devs);