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

Function msg_add

lib_acl/src/msg/acl_msgio.c:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126/* ����Ϣ�Ĵ������󼯺��������µĴ������� */
127
128static void msg_add(MSG_ITEM *msg, MSG_CALL *call)
129{
130 acl_ring_append(&msg->call_list, &call->entry);
131}
132
133/* �ͷ���Ϣ���� */
134

Callers 2

msg_cloneFunction · 0.85
msgio_regFunction · 0.85

Calls 1

acl_ring_appendFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…