projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0933eb2
)
Adjust member padding
author
khizmax
<khizmax@gmail.com>
Tue, 8 Dec 2015 09:43:17 +0000
(12:43 +0300)
committer
khizmax
<khizmax@gmail.com>
Tue, 8 Dec 2015 09:43:17 +0000
(12:43 +0300)
cds/container/vyukov_mpmc_cycle_queue.h
patch
|
blob
|
history
diff --git
a/cds/container/vyukov_mpmc_cycle_queue.h
b/cds/container/vyukov_mpmc_cycle_queue.h
index 1a72627618d6367eea1d4dce8dda7a8d18840336..8864e403f7a7fd16247091f14c4f5e6f9938b798 100644
(file)
--- a/
cds/container/vyukov_mpmc_cycle_queue.h
+++ b/
cds/container/vyukov_mpmc_cycle_queue.h
@@
-161,8
+161,8
@@
namespace cds { namespace container {
protected:
//@cond
buffer m_buffer;
- typename opt::details::apply_padding< buffer, traits::padding >::padding_type pad1_;
size_t const m_nBufferMask;
+ typename opt::details::apply_padding< size_t, traits::padding >::padding_type pad1_;
sequence_type m_posEnqueue;
typename opt::details::apply_padding< sequence_type, traits::padding >::padding_type pad2_;
sequence_type m_posDequeue;