From 2baef5087c57d39ee2fc488cd52348f61f32b1fc Mon Sep 17 00:00:00 2001 From: "Alan D. Brunelle" Date: Thu, 16 Oct 2008 12:03:45 -0400 Subject: Added in -L option - output periodic latency information --- btt/aqd.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'btt/aqd.c') 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; -- cgit v1.2.3