From: Arran Cudbard-Bell Date: Wed, 6 Nov 2019 23:49:37 +0000 (-0600) Subject: Add gctx to dict struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=956cda170b5efcce28b2df4e1395ad2b224d63d7;p=thirdparty%2Ffreeradius-server.git Add gctx to dict struct --- 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