Skip to content

Commit

Permalink
fix: change calculation latency
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Jun 9, 2024
1 parent e57a587 commit 038bd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kpmManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ namespace KpmManager
kpm_ind_msg_format_3_t const* msg_frm_3{&ind->msg.frm_3}; // ind message

static int counter = 1;
u_int64_t now{get_time_now_us()};
uint64_t now{get_time_now_us()};

// create a new scope
{
Expand Down

0 comments on commit 038bd95

Please sign in to comment.