Add aaa-12 A interface which is added isn't care reply
RCA: SOL: 修改人:zhangtao 检视人:zhangtao
This commit is contained in:
parent
d3bf061fd1
commit
6998611c5f
|
@ -10,6 +10,7 @@ trace_ret_t policy_client_exit();
|
||||||
trace_ret_t policy_async_exec(const trace_policy_t *in,
|
trace_ret_t policy_async_exec(const trace_policy_t *in,
|
||||||
async_cb cb, void *arg);
|
async_cb cb, void *arg);
|
||||||
trace_ret_t policy_sync_exec(const trace_policy_t *in);
|
trace_ret_t policy_sync_exec(const trace_policy_t *in);
|
||||||
|
trace_ret_t policy_exec_no_reply(const trace_policy_t *in);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -440,3 +440,8 @@ END1:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trace_ret_t policy_exec_no_reply(const trace_policy_t *in)
|
||||||
|
{
|
||||||
|
return __policy_async_exec(in, NULL, NULL, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue