From: Enrico Scholz Date: Wed, 21 Jan 2004 01:19:56 +0000 (+0000) Subject: added v13 API X-Git-Tag: VERSION_0_10~875 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c2cbcfb8a0e8e4db7f38497050666e2c20c4fa;p=util-vserver.git added v13 API git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@655 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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 : \