[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add kern/mach.h and kern/gnumach.h to define rpc prototypes
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] Add kern/mach.h and kern/gnumach.h to define rpc prototypes |
Date: |
Wed, 18 Jan 2023 02:08:55 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Flavio Cruz, le mar. 17 janv. 2023 00:11:49 -0500, a ecrit:
> +kern_return_t
> +register_new_task_notification(
> + const host_t host,
> + ipc_port_t notification);
Err, but aren't these declared in the generated gnumach.server.h?
And similarly for function declarations added in
566c227636481b246d928772ebeaacbc7c37145b
Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for
mach4.defs and mach_host.defs.
Samuel