Navigation



Ignore:
Timestamp:
May 13, 2013, 8:17:13 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Added calls to remaining hooks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1107 r1113  
    29222922 *  action      : Upon return, the action that must be taken on the message
    29232923 *  error_code  : Upon return with action == DISP_ACT_ERROR, contains the error (such as "DIAMETER_UNABLE_TO_COMPLY")
     2924 *  drop_reason : if set on return, the message must be freed for this reason.
     2925 *  drop_msg    : if drop_reason is set, this points to the message to be freed while *msg is NULL.
    29242926 *
    29252927 * DESCRIPTION:
     
    29342936 *  (other errors)
    29352937 */
    2936 int fd_msg_dispatch ( struct msg ** msg, struct session * session, enum disp_action *action, char ** error_code );
     2938int fd_msg_dispatch ( struct msg ** msg, struct session * session, enum disp_action *action, char ** error_code, char ** drop_reason, struct msg ** drop_msg );
    29372939
    29382940
Note: See TracChangeset for help on using the changeset viewer.