From 06ec2622dde6e41a816e8d3b356cb629590152e7 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 7 Jan 2004 15:46:24 +0000 Subject: [PATCH] added URL which describes context-creation git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@555 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index f0439b0..2d19794 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -113,7 +113,8 @@ extern "C" { * Special values for ctx are * - VC_SAMECTX which means the current context (just for changing caps and flags) * - VC_RANDCTX which means the next free context; this value can be used by - * ordinary users also */ + * ordinary users also + * See http://vserver.13thfloor.at/Stuff/Logic.txt for details */ int vc_new_s_context(xid_t ctx, unsigned int remove_cap, unsigned int flags); /** Sets the ipv4root information. -- 1.8.1.5