[CRIU] [PATCH 2/2] test: SOCK_SEQPACKET

Pavel Emelyanov xemul at parallels.com
Mon Sep 30 07:46:01 PDT 2013


On 09/30/2013 03:34 PM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> 


> @@ -0,0 +1,148 @@
> +
> +#define _GNU_SOURCE
> +
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <ctype.h>
> +#include <errno.h>
> +#include <unistd.h>
> +#include <sys/types.h>
> +#include <sys/socket.h>
> +#include <sys/wait.h>
> +#include <sys/un.h>
> +#include <sys/stat.h>
> +#include <limits.h>
> +#include <fcntl.h>
> +
> +#include "zdtmtst.h"
> +
> +const char *test_doc	= "Test unix seqpacket sockets\n";
> +const char *test_author	= "Cyrill Gorcunov <gorcunov at openvz.org";
> +

You copied it from some other test, didn't you? Just extend
the original one.


More information about the CRIU mailing list