Skip to content

Commit

Permalink
increment conventional call numbers on restart (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
taclane authored Feb 22, 2024
1 parent ed528c9 commit 8b2a58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/call_conventional.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Call_conventional::Call_conventional(long t, double f, System *s, Config c) : Ca
}

void Call_conventional::restart_call() {
call_num = call_counter++;
idle_count = 0;
signal = 999;
noise = 999;
Expand Down

0 comments on commit 8b2a58b

Please sign in to comment.