Subject: Fw: [htop] VServer patch
From: Jonathan Sambrook <jonathan.sambrook@thus.net>
Date: Mon, 6 Oct 2008 09:35:18 +0100



Begin forwarded message:

Date: Tue, 23 Sep 2008 01:30:58 -0300
From: Hisham
To: "Jonathan Sambrook"
Subject: Re: [htop] VServer patch


Hi!

Thanks for your patch! It is now applied in svn and will feature in
the next release of htop.

-- Hisham

On Tue, Jun 10, 2008 at 12:06 PM, Jonathan Sambrook wrote:
> Hi Hisham,
>
> I've just come across htop, found it useful and am now using it across
> nearly 200 hosts at work. So, firstly: thank you :)
>
> Attached is a patch against the SVN version of htop to get htop to
> display processes' VServer VxIDs. (See also: http://linux-vserver.org)
>
> My patch adds conditionally compiled code to Process.h, Process.c,
> ProcessList.c to add a VXID column and adds the following options to
> configure.ac:
>
>  --enable-vserver          enable VServer support
>  --enable-ancient-vserver  enable ancient VServer support (implies
> --enable-vserver)
>
> Regards,
> Jonathan