Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit e2a6420

Browse files
committed
Fix to use delta value for rho
Signed-off-by: Taewoong Kim <taewoong.kim@sk.com>
1 parent 0cdb1b7 commit e2a6420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dmclock_client.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ namespace crimson {
124124
delta_counter - it->second.delta_prev_req;
125125
Counter rho =
126126
rho_counter - it->second.rho_prev_req;
127+
128+
rho = delta;
127129

128130
it->second.req_update(delta_counter, rho_counter);
129131

0 commit comments

Comments
 (0)