diff options
Diffstat (limited to 'include/config.h')
| -rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
