bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH] kern: set the name of tasks created during the bootstrap


From: Samuel Thibault
Subject: Re: [PATCH] kern: set the name of tasks created during the bootstrap
Date: Sun, 13 Apr 2014 09:41:19 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Sun 13 Apr 2014 09:21:05 +0200, a écrit :
> * kern/bootstrap.c (boot_script_task_create): Set the name of newly
> created tasks.

Ack.

> ---
>  kern/bootstrap.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kern/bootstrap.c b/kern/bootstrap.c
> index 7cfff3a..d919e90 100644
> --- a/kern/bootstrap.c
> +++ b/kern/bootstrap.c
> @@ -800,6 +800,7 @@ boot_script_task_create (struct cmd *cmd)
>        printf("boot_script_task_create failed with %x\n", rc);
>        return BOOT_SCRIPT_MACH_ERROR;
>      }
> +  task_set_name(cmd->task, cmd->path);
>    return 0;
>  }
>  
> -- 
> 1.9.1
> 

-- 
Samuel
<y> t1 faich
<y> les programmes ils segfaultent jamais quand on veut
 -+- #ens-mim en plein débogage -+-



reply via email to

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