]> xenbits.xensource.com Git - xen.git/commit
tools/xenstore: switch write limiting to use millisecond time base
authorJuergen Gross <jgross@suse.com>
Tue, 30 May 2023 08:54:08 +0000 (10:54 +0200)
committerJulien Grall <jgrall@amazon.com>
Fri, 9 Jun 2023 18:16:46 +0000 (19:16 +0100)
commitf28a3b49d3f338c4cd451905032b10bb2a7e9e8c
tree32540c98abc76446a864b616765a2fac148ae387
parentf8f4042b39d599c9beac5b7dfa9f9bd88815cf5f
tools/xenstore: switch write limiting to use millisecond time base

There is no need to keep struct wrl_timestampt, as it serves the same
purpose as the more simple time base provided by get_now().

Move some more stuff from xenstored_domain.h into xenstored_domain.c
as it is being used nowhere else.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c
tools/xenstore/xenstored_domain.h