Navigation


Changeset 1248:c9a160b815ea in freeDiameter for include


Ignore:
Timestamp:
Nov 23, 2013, 12:07:42 AM (10 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix issue with anscb in the p_sr expiry mechanism. Thanks Guangming for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1243 r1248  
    24892489int fd_msg_anscb_associate( struct msg * msg, void ( *anscb)(void *, struct msg **), void  * data, void (*expirecb)(void *, DiamId_t, size_t, struct msg **), const struct timespec *timeout );
    24902490int fd_msg_anscb_get( struct msg * msg, void (**anscb)(void *, struct msg **), void (**expirecb)(void *, DiamId_t, size_t, struct msg **), void ** data );
     2491int fd_msg_anscb_reset(struct msg * msg, int clear_anscb, int clear_expirecb);
    24912492struct timespec *fd_msg_anscb_gettimeout( struct msg * msg ); /* returns NULL or a valid non-0 timespec */
    24922493
Note: See TracChangeset for help on using the changeset viewer.