From 9adc6f34c7497cf2fde21cd1dfdf87ba3296b559 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 23 Sep 2020 11:33:05 -0400 Subject: config: parse listen directives --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 0c3d085..f9d875c 100644 --- a/include/config.h +++ b/include/config.h @@ -15,7 +15,7 @@ struct gmnisrv_host { }; struct gmnisrv_bind { - int family; + int family, port; char addr[sizeof(struct in6_addr)]; struct gmnisrv_bind *next; }; -- cgit v1.2.3