MCPcopy Create free account
hub / github.com/acl-dev/acl / msg_call_new

Function msg_call_new

lib_acl/src/msg/acl_msgio.c:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92/* �����µ���Ϣ�ص��������� */
93
94static MSG_CALL *msg_call_new(MSG_ITEM *msg, ACL_MSGIO_NOTIFY_FN notify_fn, void *arg)
95{
96 MSG_CALL *call = acl_mycalloc(1, sizeof(MSG_CALL));
97
98 call->msg = msg;
99 call->notify_fn = notify_fn;
100 call->arg = arg;
101 return (call);
102}
103
104/* �ͷ���Ϣ�ص��������� */
105

Callers 3

msg_appendFunction · 0.85
msg_cloneFunction · 0.85
msgio_regFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…