diff mbox series

[2/4] wispr: Document 'wispr_portal_hash'.

Message ID 34261BE2-28DF-4FD2-A552-39FC32000E46@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series wispr: Address reference counting heap-use-after-free | expand

Commit Message

Grant Erickson Nov. 10, 2023, 4:46 a.m. UTC
This adds a documentation comment for the 'wispr_portal_hash' global.
---
 src/wispr.c | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/src/wispr.c b/src/wispr.c
index 5f60bed7..96c5f454 100644
--- a/src/wispr.c
+++ b/src/wispr.c
@@ -93,6 +93,11 @@  struct connman_wispr_portal {
 
 static bool wispr_portal_web_result(GWebResult *result, gpointer user_data);
 
+/**
+ *  A dictionary / hash table of network interface indices to
+ *  active / outstanding WISPr / portal request contexts.
+ *
+ */
 static GHashTable *wispr_portal_hash = NULL;
 
 static char *online_check_ipv4_url = NULL;