From 1002e8a153097adb4273e6807b3a7cce7ba2df25 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 23 May 2022 13:42:03 +0000
Subject: [PATCH] Count number of errors recorded and print in error column

---
 slist.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/slist.h b/slist.h
index 399ab05..0d0c89a 100644
--- a/slist.h
+++ b/slist.h
@@ -8,6 +8,7 @@
 struct dns_list {
 	char* server;
 	struct timespec time;
+    int errors;
 	struct dns_list* next;
 };
 

--
Gitblit v1.10.0