diff options
author | Richard Braun <rbraun@sceen.net> | 2017-03-16 22:29:28 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-03-16 22:29:28 +0100 |
commit | eabb576625cf6a130443809d5d80cec7517dff1a (patch) | |
tree | 5265d9bf083d9d37d220ca3511ac695016f72b4c /kern/llsync_i.h | |
parent | 12c80cea26c42b90b607872b648bfeebc3881bf0 (diff) |
Update system counter names
Now that event counters have been replaced with system counters, drop
the convention of naming the counter as the event it tracks.
Diffstat (limited to 'kern/llsync_i.h')
-rw-r--r-- | kern/llsync_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/llsync_i.h b/kern/llsync_i.h index 10dec944..6bc1bf1d 100644 --- a/kern/llsync_i.h +++ b/kern/llsync_i.h @@ -45,9 +45,9 @@ struct llsync_data { int no_warning; struct work_queue queue0; struct work_queue queue1; - struct syscnt sc_global_checkpoint; - struct syscnt sc_periodic_checkin; - struct syscnt sc_failed_periodic_checkin; + struct syscnt sc_global_checkpoints; + struct syscnt sc_periodic_checkins; + struct syscnt sc_failed_periodic_checkins; /* * Global checkpoint ID. |