From 25c2cbcfb8a0e8e4db7f38497050666e2c20c4fa Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 21 Jan 2004 01:19:56 +0000 Subject: [PATCH] added v13 API git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@655 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver-internal.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util-vserver/lib/vserver-internal.h b/util-vserver/lib/vserver-internal.h index 0ea1386..7a4324f 100644 --- a/util-vserver/lib/vserver-internal.h +++ b/util-vserver/lib/vserver-internal.h @@ -76,6 +76,12 @@ # define CALL_VC_V11(F,...) CALL_VC_NOOP #endif +#ifdef VC_ENABLE_API_V13 +# define CALL_VC_V13(F,...) CALL_VC_GENERAL(0x00010000, v13, F, __VA_ARGS__) +#else +# define CALL_VC_V13(F,...) CALL_VC_NOOP +#endif + #if 1 # define CTX_KERNEL2USER(X) (((X)==(uint32_t)(-1)) ? VC_NOCTX : \ -- 1.8.1.5