Navigation


Changeset 1338:f1b65381c1e7 in freeDiameter for extensions/rt_ereg/rtereg.h


Ignore:
Timestamp:
Apr 9, 2019, 10:48:45 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
histedit_source:
a96776a293770a9223f9cf06945dfdcf3844398a
Message:

rt_ereg: Support config reload. Support grouped AVPs. Support multiple separate AVPs.

Written for Effortel Technologies SA, published with their consent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_ereg/rtereg.h

    r741 r1338  
    5858        int                     rules_nb; /* Number of rules in the configuration */
    5959        struct rtereg_rule      *rules;   /* The array of rules */
     60
     61        int                     level;    /* how many levels of AVPs we have to dig down into */
     62        int                     finished; /* AVP fully configured, for configuration file reading */
     63        struct dict_object      **avps;   /* cache the dictionary objects that we are searching */
    6064       
    61         struct dict_object * avp; /* cache the dictionary object that we are searching */
    62        
    63 } rtereg_conf;
     65} *rtereg_conf;
    6466
     67extern int rtereg_conf_size;
Note: See TracChangeset for help on using the changeset viewer.