Navigation


Changeset 637:22e8fac3b2d6 in freeDiameter for include


Ignore:
Timestamp:
Dec 16, 2010, 6:56:41 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Split interface file in modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r621 r637  
    21822182 *  msg         : A msg object.
    21832183 *  diamid      : The diameter id of the peer from which this message was received.
    2184  *  hash        : The hash for the diamid value.
    21852184 *  add_rr      : if true, a Route-Record AVP is added to the message with content diamid. In that case, dict must be supplied.
    21862185 *  dict        : a dictionary with definition of Route-Record AVP (if add_rr is true)
     
    23612360 *  If the dictionary definition is not found, avp_model is set to NULL and
    23622361 *  the content of the AVP is saved as an octetstring in an internal structure. avp_value is NULL.
    2363  *  As a result, after this function has been called, there is no more dependency of the msg object to the message buffer, that is be freed.
     2362 *  As a result, after this function has been called, there is no more dependency of the msg object to the message buffer, that is freed.
    23642363 *
    23652364 * RETURN VALUE:
Note: See TracChangeset for help on using the changeset viewer.