Navigation


Changeset 602:0b5d21c87855 in freeDiameter for include


Ignore:
Timestamp:
Nov 25, 2010, 4:27:54 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added new AVP search criteria in the dictionary: AVP_BY_NAME_ALL_VENDORS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r594 r602  
    12101210        AVP_BY_NAME,            /* "what" points to a string, vendor is always 0 */
    12111211        AVP_BY_CODE_AND_VENDOR, /* "what" points to a struct dict_avp_request (see bellow), where avp_vendor and avp_code are set */
    1212         AVP_BY_NAME_AND_VENDOR  /* "what" points to a struct dict_avp_request (see bellow), where avp_vendor and avp_name are set */
     1212        AVP_BY_NAME_AND_VENDOR, /* "what" points to a struct dict_avp_request (see bellow), where avp_vendor and avp_name are set */
     1213        AVP_BY_NAME_ALL_VENDORS /* "what" points to a string. Might be quite slow... */
    12131214};
    12141215
Note: See TracChangeset for help on using the changeset viewer.