mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #40 from ivancich/wip-change-client-rec-init
Change ClientRec's initalization of indirect intrusive heap data
This commit is contained in:
commit
93f760c57c
@ -296,11 +296,11 @@ namespace crimson {
|
||||
// an idle client becoming unidle
|
||||
double prop_delta = 0.0;
|
||||
|
||||
c::IndIntruHeapData reserv_heap_data = 0;
|
||||
c::IndIntruHeapData lim_heap_data = 0;
|
||||
c::IndIntruHeapData ready_heap_data = 0;
|
||||
c::IndIntruHeapData reserv_heap_data {};
|
||||
c::IndIntruHeapData lim_heap_data {};
|
||||
c::IndIntruHeapData ready_heap_data {};
|
||||
#if USE_PROP_HEAP
|
||||
c::IndIntruHeapData prop_heap_data = 0;
|
||||
c::IndIntruHeapData prop_heap_data {};
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user