Navigation



Ignore:
Timestamp:
Jan 4, 2011, 4:20:50 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Prepared first part of the changes for #10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r639 r646  
    21352135 *  anscb       : the callback to associate with the message
    21362136 *  data        : the data to pass to the callback
     2137 *  timeout     : (optional, use NULL if no timeout) a timeout associated with calling the cb.
    21372138 *
    21382139 * DESCRIPTION:
     
    21442145 *  EINVAL: a parameter is invalid
    21452146 */
    2146 int fd_msg_anscb_associate( struct msg * msg, void ( *anscb)(void *, struct msg **), void  * data );
     2147int fd_msg_anscb_associate( struct msg * msg, void ( *anscb)(void *, struct msg **), void  * data, const struct timespec *timeout );
    21472148int fd_msg_anscb_get      ( struct msg * msg, void (**anscb)(void *, struct msg **), void ** data );
    21482149
Note: See TracChangeset for help on using the changeset viewer.