From 956cda170b5efcce28b2df4e1395ad2b224d63d7 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 6 Nov 2019 17:49:37 -0600 Subject: [PATCH] Add gctx to dict struct --- src/lib/util/dict_priv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/util/dict_priv.h b/src/lib/util/dict_priv.h index c341dd33911..f3882ed27d9 100644 --- a/src/lib/util/dict_priv.h +++ b/src/lib/util/dict_priv.h @@ -58,6 +58,8 @@ extern "C" { * There would also be conflicts for DHCP(v6)/RADIUS attributes etc... */ struct fr_dict { + fr_dict_gctx_t *gctx; //!< Global dictionary context this dictionary + ///< was allocated in. bool read_only; //!< If true, disallow modifications. bool in_protocol_by_name; //!< Whether the dictionary has been inserted into the -- 2.47.3