Navigation



Ignore:
Timestamp:
May 14, 2013, 1:32:28 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Cleanup some traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1119 r1120  
    25002500 *  msg         : A msg object.
    25012501 *  diamid,len  : The diameter id of the peer from which this message was received.
    2502  *  add_rr      : if true, a Route-Record AVP is added to the message with content diamid. In that case, dict must be supplied.
    2503  *  dict        : a dictionary with definition of Route-Record AVP (if add_rr is true)
     2502 *  dict        : a dictionary with definition of Route-Record AVP (for fd_msg_source_setrr)
    25042503 *
    25052504 * DESCRIPTION:
     
    25122511 *  !0          : an error occurred.
    25132512 */
    2514 int fd_msg_source_set( struct msg * msg, DiamId_t diamid, size_t diamidlen, int add_rr, struct dictionary * dict );
     2513int fd_msg_source_set( struct msg * msg, DiamId_t diamid, size_t diamidlen );
     2514int fd_msg_source_setrr( struct msg * msg, DiamId_t diamid, size_t diamidlen, struct dictionary * dict );
    25152515int fd_msg_source_get( struct msg * msg, DiamId_t *diamid, size_t * diamidlen );
    25162516
Note: See TracChangeset for help on using the changeset viewer.