7474#include "rtpp_wi_sgnl.h"
7575#include "rtpp_weakref.h"
7676#include "rtpp_command_sub.h"
77+ #include "commands/rpcpv1_ul.h"
7778#ifdef RTPP_CHECK_LEAKS
7879#include "rtpp_memdeb_internal.h"
7980#endif
@@ -100,7 +101,7 @@ static int rtpp_mif_start(struct rtpp_module_if *, const struct rtpp_cfg *);
100101static void rtpp_mif_do_acct (struct rtpp_module_if * , struct rtpp_acct * );
101102static void rtpp_mif_do_acct_rtcp (struct rtpp_module_if * , struct rtpp_acct_rtcp * );
102103static int rtpp_mif_get_mconf (struct rtpp_module_if * , struct rtpp_module_conf * * );
103- static int rtpp_mif_ul_subc_handle (struct rtpp_module_if * ,
104+ static int rtpp_mif_ul_subc_handle (const struct after_success_h_args * ,
104105 const struct rtpp_subc_ctx * );
105106static int rtpp_mif_construct (struct rtpp_module_if * self , const struct rtpp_cfg * );
106107static void rtpp_mif_kaput (struct rtpp_module_if * self );
@@ -512,11 +513,13 @@ rtpp_mif_get_mconf(struct rtpp_module_if *self, struct rtpp_module_conf **mcpp)
512513}
513514
514515static int
515- rtpp_mif_ul_subc_handle (struct rtpp_module_if * self ,
516+ rtpp_mif_ul_subc_handle (const struct after_success_h_args * ashap ,
516517 const struct rtpp_subc_ctx * ctxp )
517518{
518519 struct rtpp_module_if_priv * pvt ;
520+ struct rtpp_module_if * self ;
519521
522+ self = ashap -> stat ;
520523 PUB2PVT (self , pvt );
521524 return (pvt -> mip -> capi -> ul_subc_handle (pvt -> mpvt , ctxp ));
522525}
0 commit comments