Navigation


Changeset 1120:c473581adff2 in freeDiameter for include


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

Location:
include/freeDiameter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdcore.h

    r1113 r1120  
    813813/* The "old" FD_EV_DUMP_* events are replaced with direct calls to the following dump functions */
    814814DECLARE_FD_DUMP_PROTOTYPE(fd_conf_dump);
    815 DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump);
     815DECLARE_FD_DUMP_PROTOTYPE(fd_ext_dump, int indent_next);
    816816DECLARE_FD_DUMP_PROTOTYPE(fd_servers_dump, int details);
    817817#endif /* SWIG */
  • 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.