Navigation


Changeset 955:a25b24118833 in freeDiameter


Ignore:
Timestamp:
Feb 22, 2013, 9:17:08 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Document AVP_BY_NAME_ALL_VENDORS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r950 r955  
    14391439         
    14401440         ret = fd_dict_search ( dict, DICT_AVP, AVP_BY_NAME_AND_VENDOR, &avpvendorboolean, &avp_sampleboolean, ENOENT);
     1441
     1442         -- this would also work, but be slower, because it has to search all vendor dictionaries --
     1443         ret = fd_dict_search ( dict, DICT_AVP, AVP_BY_NAME_ALL_VENDORS, "Sample-Boolean", &avp_sampleboolean, ENOENT);
    14411444         
    14421445 }
Note: See TracChangeset for help on using the changeset viewer.