Navigation


Changeset 1216:581bbd48524a in freeDiameter for extensions/dbg_rt


Ignore:
Timestamp:
Jun 19, 2013, 11:03:24 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
1217:3f7c74ef3787, 1218:152466ff49f8
Phase:
public
Message:

Change prototype of rt_out callbacks to allow disposal of messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_rt/dbg_rt.c

    r1127 r1216  
    5959
    6060/* Path selection debug callback */
    61 static int dbgrt_out_cb(void * cbdata, struct msg * msg, struct fd_list * candidates)
     61static int dbgrt_out_cb(void * cbdata, struct msg ** pmsg, struct fd_list * candidates)
    6262{
    6363        struct fd_list * li;
     64        struct msg * msg = *pmsg;
    6465        char * buf = NULL; size_t buflen;
    6566       
Note: See TracChangeset for help on using the changeset viewer.