diff options
author | Alan D. Brunelle <alan.brunelle@hp.com> | 2008-10-16 12:03:45 -0400 |
---|---|---|
committer | Alan D. Brunelle <alan.brunelle@hp.com> | 2008-10-16 12:05:46 -0400 |
commit | 2baef5087c57d39ee2fc488cd52348f61f32b1fc (patch) | |
tree | d68dbf29fbf2ba895dd7cde1033c2f244e1198be /btt/aqd.c | |
parent | 4ae2c3c6215de3f9016b5211ac83893cb061b1e1 (diff) | |
download | blktrace-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.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; |