From 4373b7191f3533e1b19a6a848f4ce682cea09bfa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 23 Dec 2013 12:17:02 +0100 Subject: torture: Generate network traces for each test. --- tests/torture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/torture.h') diff --git a/tests/torture.h b/tests/torture.h index 241b4a7..ffc3567 100644 --- a/tests/torture.h +++ b/tests/torture.h @@ -46,6 +46,7 @@ struct torture_state { char *socket_dir; + char *pcap_file; char *srv_pidfile; }; -- cgit