diff mbox series

[62/90] connection: Document 'gateway_hash'.

Message ID 20231206235056.322578-66-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add Gateway Low-priority Default Routes for Non-default Services | expand

Commit Message

Grant Erickson Dec. 6, 2023, 11:50 p.m. UTC
This adds documentation to the 'gateway_hash' global.
---
 src/connection.c | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index d575e514e101..f1e91c7c8518 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -418,6 +418,11 @@  static const struct gateway_config_ops ipv6_gateway_config_ops = {
 static const char *const ipv4_addr_any_str = "0.0.0.0";
 static const char *const ipv6_addr_any_str = "::";
 
+/**
+ *	A dictionary / hash table of network services to gateway, or
+ *	default router, data.
+ *
+ */
 static GHashTable *gateway_hash = NULL;
 
 /**