summaryrefslogtreecommitdiffstats
path: root/rtkit.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtkit.h')
-rw-r--r--rtkit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtkit.h b/rtkit.h
index 2b5b2c2..ac4d599 100644
--- a/rtkit.h
+++ b/rtkit.h
@@ -69,7 +69,7 @@ int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level);
/* Return the maximum value of RLIMIT_RTTIME to set before attempting a
* realtime request. A negative value is an errno style error code.
*/
-long long rtkit_get_rttime_nsec_max(DBusConnection *system_bus);
+long long rtkit_get_rttime_usec_max(DBusConnection *system_bus);
#ifdef __cplusplus