ck_ring: Fix typo in type-specialized ck_ring_dequeue_tryspmc.

Thanks to Paul Khuong <pkhuong@appnexus> for patch.
ck_pring
Samy Al Bahra 11 years ago
parent 671d067ea0
commit 396ceb16bb

@ -409,7 +409,7 @@ ck_ring_trydequeue_spmc_##name(struct ck_ring *a, \
struct type *c) \
{ \
\
return _ck_ring_trydequeue_spmc(ring, \
return _ck_ring_trydequeue_spmc(a, \
b, c, sizeof(struct type)); \
} \
\

Loading…
Cancel
Save