summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-01-28 02:04:34 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-28 08:40:25 +0100
commita8fbf3737be9a6f5fd1d87765072292d54e54aac (patch)
treee65ed8ce9cecc5d108b4dfbb86904405c4056b69 /doc
parentaafaddc3ba9b14a319153aaff0a7f0d333ef3637 (diff)
Add host_set_time64 and host_adjust_time64
Same existing logic, just with 64 bits. Old RPCs are implemented by calling into the new RPCs. Message-Id: <Y9TJAmL2byOWup5x@jupiter.tail36e24.ts.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/mach.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mach.texi b/doc/mach.texi
index 53026d0b..3fdba3fc 100644
--- a/doc/mach.texi
+++ b/doc/mach.texi
@@ -5649,11 +5649,11 @@ Get the current time as seen by @var{host}. On success, the time passed
since the epoch is returned in @var{current_time}.
@end deftypefun
-@deftypefun kern_return_t host_set_time (@w{host_priv_t @var{host_priv}}, @w{time_value_t @var{new_time}})
+@deftypefun kern_return_t host_set_time64 (@w{host_priv_t @var{host_priv}}, @w{time_value64_t @var{new_time}})
Set the time of @var{host_priv} to @var{new_time}.
@end deftypefun
-@deftypefun kern_return_t host_adjust_time (@w{host_priv_t @var{host_priv}}, @w{time_value_t @var{new_adjustment}}, @w{time_value_t *@var{old_adjustment}})
+@deftypefun kern_return_t host_adjust_time64 (@w{host_priv_t @var{host_priv}}, @w{time_value64_t @var{new_adjustment}}, @w{time_value64_t *@var{old_adjustment}})
Arrange for the current time as seen by @var{host_priv} to be gradually
changed by the adjustment value @var{new_adjustment}, and return the old
adjustment value in @var{old_adjustment}.