Make the Rx deadtime a tunable variable, either with a kernel debugger
[openafs.git] / src / afs / LINUX / osi_sysctl.c
index d159c89..5bb9a5a 100644 (file)
@@ -37,6 +37,9 @@ static ctl_table afs_sysctl_table[] = {
         {4, "GCPAGs",
          &afs_gcpags, sizeof(afs_int32), 0644, NULL,
          &proc_dointvec},
+       {5, "rx_deadtime",
+        &afs_rx_deadtime, sizeof(afs_int32), 0644, NULL,
+        &proc_dointvec},
        {0}
 };