[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Make task_info.h structs more portable
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] Make task_info.h structs more portable |
Date: |
Tue, 6 Dec 2022 02:09:29 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
Flavio Cruz, le lun. 05 déc. 2022 01:22:14 -0500, a ecrit:
> Changed vm_size_t to rpc_size_t so that both userland and kernel agree
> on the same size. Also changed the denominator for the maximum struct
> sizes to be integer_t to match the other declarations.
>
> Introduced long_natural_t and rpc_long_natural_t to represent large
> counters. Replaced rpc_unsigned_long with rpc_long_natural_t.
Thanks, but
> diff --git a/doc/mach.texi b/doc/mach.texi
> index fecd097b..86a557cb 100644
> --- a/doc/mach.texi
> +++ b/doc/mach.texi
> @@ -5011,10 +5011,10 @@ suspend count for task
> @item integer_t base_priority
> base scheduling priority
> -@item vm_size_t virtual_size
> +@item rpc_vm_size_t virtual_size
> number of virtual pages
> -@item vm_size_t resident_size
> +@item rpc_vm_size_t resident_size
> number of resident pages
> @item time_value_t user_time
It seems your mailer mangled empty lines?
Samuel