mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Export tc_tick with sysctl, not tick.
Spotted by: bde
This commit is contained in:
parent
42e5f2f287
commit
b3ed130c42
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ pps_event(struct pps_state *pps, int event)
|
|||
*/
|
||||
|
||||
static int tc_tick;
|
||||
SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tick, 0, "");
|
||||
SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0, "");
|
||||
|
||||
void
|
||||
tc_ticktock(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue