Navigation


Changeset 1216:581bbd48524a in freeDiameter for extensions/test_rt_any


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/test_rt_any/test_rt_any.c

    r741 r1216  
    4141
    4242/* The callback */
    43 static int tra_out_cb(void * cbdata, struct msg * msg, struct fd_list * candidates)
     43static int tra_out_cb(void * cbdata, struct msg ** pmsg, struct fd_list * candidates)
    4444{
     45        struct msg * msg = *pmsg;
    4546        struct fd_list * li;
    4647       
Note: See TracChangeset for help on using the changeset viewer.