Update ck_ring.h

fix bug
ck_pring
铁哥 8 years ago committed by GitHub
parent 0771af0163
commit 4f01918cbb

@ -434,7 +434,7 @@ ck_ring_enqueue_mpsc(struct ck_ring *ring,
const void *entry) const void *entry)
{ {
return _ck_ring_enqueue_mp(ring, buffer, entry, return _ck_ring_enqueue_mp(ring, buffer, &entry,
sizeof(entry), NULL); sizeof(entry), NULL);
} }

Loading…
Cancel
Save