diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-09-27 00:35:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-27 00:35:36 +0200 |
commit | a38d1d28d1b506b4dd36f952cad7013b0f627798 (patch) | |
tree | 89a572da71787a6c46fe286dc9aaa0cbf3552e08 /src/core/dbus-execute.h | |
parent | 68372da693edb69a0881698ba9d0893bfddc9435 (diff) |
dbus: fix introspection for TimerSlackNSec
Diffstat (limited to 'src/core/dbus-execute.h')
-rw-r--r-- | src/core/dbus-execute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-execute.h b/src/core/dbus-execute.h index 5a6a559c99..79bf30838a 100644 --- a/src/core/dbus-execute.h +++ b/src/core/dbus-execute.h @@ -63,7 +63,7 @@ " <property name=\"CPUSchedulingPolicy\" type=\"i\" access=\"read\"/>\n" \ " <property name=\"CPUSchedulingPriority\" type=\"i\" access=\"read\"/>\n" \ " <property name=\"CPUAffinity\" type=\"ay\" access=\"read\"/>\n" \ - " <property name=\"TimerSlackNS\" type=\"t\" access=\"read\"/>\n" \ + " <property name=\"TimerSlackNSec\" type=\"t\" access=\"read\"/>\n" \ " <property name=\"CPUSchedulingResetOnFork\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"NonBlocking\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"StandardInput\" type=\"s\" access=\"read\"/>\n" \ |