bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proc_task2proc prototype change


From: Samuel Thibault
Subject: Re: proc_task2proc prototype change
Date: Sun, 7 May 2017 18:47:21 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Justus Winter, on dim. 07 mai 2017 17:42:24 +0200, wrote:
> Can you paste the client code?

kern_return_t __proc_task2proc
(
        process_t process,
        mach_port_t task,
        mach_port_t *proc,
        mach_msg_type_name_t *procPoly
) {

...

        *proc = OutP->proc;

        *procPoly = OutP->procType.msgt_name;

        return KERN_SUCCESS;
}



Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]