aboutsummaryrefslogtreecommitdiffstats
path: root/epan/maxmind_db.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-15 09:44:58 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-15 17:44:46 +0000
commit5f58d967176e3422595105d02cdb73e24e31cac6 (patch)
tree8e8925aad3e0ba4628a4d46e1df5392fcf13a066 /epan/maxmind_db.h
parentbe1af004481b5e832b2d74a773261d284a4d0e69 (diff)
MaxMind DB: Shut down our mmdbresolve process.
Call maxmind_db_pref_cleanup from prefs_cleanup. Change-Id: I0c48e1015a38ab198beea168e12b646336ffe115 Reviewed-on: https://code.wireshark.org/review/26485 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/maxmind_db.h')
-rw-r--r--epan/maxmind_db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/maxmind_db.h b/epan/maxmind_db.h
index 0c2091e434..0bbf668a02 100644
--- a/epan/maxmind_db.h
+++ b/epan/maxmind_db.h
@@ -33,12 +33,12 @@ typedef struct _mmdb_lookup_t {
} mmdb_lookup_t;
/**
- * Init function called from epan.h
+ * Init / reset function called from prefs_reset
*/
WS_DLL_LOCAL void maxmind_db_pref_init(module_t *nameres);
/**
- * Cleanup function called from epan.h
+ * Cleanup function called from prefs_cleanup
*/
WS_DLL_LOCAL void maxmind_db_pref_cleanup(void);