mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use the new TUNABLE_INT64 to match the type of sbintime_t.
This commit is contained in:
parent
15be49f5a1
commit
f3bea265e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1271,7 +1271,7 @@ SYSCTL_INT(_kern_cam_da, OID_AUTO, send_ordered, CTLFLAG_RWTUN,
|
|||
SYSCTL_PROC(_kern_cam_da, OID_AUTO, default_softtimeout,
|
||||
CTLTYPE_UINT | CTLFLAG_RW, NULL, 0, dasysctlsofttimeout, "I",
|
||||
"Soft I/O timeout (ms)");
|
||||
TUNABLE_LONG("kern.cam.da.default_softtimeout", &da_default_softtimeout);
|
||||
TUNABLE_INT64("kern.cam.da.default_softtimeout", &da_default_softtimeout);
|
||||
|
||||
/*
|
||||
* DA_ORDEREDTAG_INTERVAL determines how often, relative
|
||||
|
|
|
|||
Loading…
Reference in a new issue