summaryrefslogtreecommitdiff
path: root/btt/aqd.c
diff options
context:
space:
mode:
authorAlan D. Brunelle <alan.brunelle@hp.com>2008-10-16 12:03:45 -0400
committerAlan D. Brunelle <alan.brunelle@hp.com>2008-10-16 12:05:46 -0400
commit2baef5087c57d39ee2fc488cd52348f61f32b1fc (patch)
treed68dbf29fbf2ba895dd7cde1033c2f244e1198be /btt/aqd.c
parent4ae2c3c6215de3f9016b5211ac83893cb061b1e1 (diff)
downloadblktrace-2baef5087c57d39ee2fc488cd52348f61f32b1fc.tar.gz
blktrace-2baef5087c57d39ee2fc488cd52348f61f32b1fc.tar.bz2
Added in -L option - output periodic latency information
Diffstat (limited to 'btt/aqd.c')
-rw-r--r--btt/aqd.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/btt/aqd.c b/btt/aqd.c
index 036a0d3..775fca6 100644
--- a/btt/aqd.c
+++ b/btt/aqd.c
@@ -53,6 +53,16 @@ void *aqd_init(char *str)
}
+void aqd_exit(void *info)
+{
+ free(info);
+}
+
+void aqd_clean(void)
+{
+ clean_files(&aqd_files);
+}
+
void aqd_issue(void *info, double ts)
{
struct aqd_info *ap = info;