Hello,

Samuel Thibault, on Mon 19 Dec 2016 14:38:25 +0100, wrote:
> I'm notably wondering about the RPC:
> should we be using string_t or data_t ?

So, any opinion on this?

> Index: hurd-debian/hurd/process.defs
> ===================================================================
> --- hurd-debian.orig/hurd/process.defs
> +++ hurd-debian/hurd/process.defs
> @@ -413,3 +413,14 @@ routine proc_get_code (
>  routine proc_make_task_namespace (
>       process: process_t;
>       notify: mach_port_send_t);
> +
> +/* Set the process binary executable path.  */
> +routine proc_set_exe (
> +     process: process_t;
> +     path: string_t);
> +
> +/* Get the process binary executable path.  */
> +routine proc_get_exe (
> +     process: process_t;
> +     which: pid_t;
> +     out path: data_t, dealloc);

Reply via email to