X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsyscall_ctxmigrate-v13.hc;h=930a599569334eafa44f47134f981294ba909592;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=641ee3fc2461f59ff1f03c596db597aefa3929f8;hpb=3f3cf95f755f3ef1c31ad8e38153deb4ee214c66;p=util-vserver.git diff --git a/lib/syscall_ctxmigrate-v13.hc b/lib/syscall_ctxmigrate-v13.hc index 641ee3f..930a599 100644 --- a/lib/syscall_ctxmigrate-v13.hc +++ b/lib/syscall_ctxmigrate-v13.hc @@ -1,4 +1,4 @@ -// $Id: syscall_ctxmigrate-v13.hc,v 1.1 2004/04/14 23:19:51 ensc Exp $ --*- c -*-- +// $Id: syscall_ctxmigrate-v13.hc 2339 2006-09-29 22:15:14Z dhozac $ --*- c -*-- // Copyright (C) 2004 Enrico Scholz // @@ -23,5 +23,5 @@ static inline ALWAYSINLINE int vc_ctx_migrate_v13(xid_t xid) { - return vserver(VCMD_ctx_migrate, CTX_USER2KERNEL(xid), 0); + return vserver(VCMD_ctx_migrate_v0, CTX_USER2KERNEL(xid), NULL); }